XdmModule.NativeModule MethodXdmModule.NativeModule MethodXdmModule::NativeModule Method

Overload List

 NameDescription
Public methodstaticNativeModule<T> ()NativeModule(Of T) ()NativeModule<T> () Returns a module defined by a native .NET type.
Public methodstaticNativeModule (Assembly, string)NativeModule (Assembly, String)NativeModule (Assembly^, String^) Returns a module defined by a native .NET type located within the specified assembly.
Public methodstaticNativeModule (Type)NativeModule (Type)NativeModule (Type^) Returns a module defined by the specified native .NET type.

Top