NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RegistrationServices.GetRegistrableTypesInAssembly

[To be supplied.]

[Visual Basic]
Public Shared Function GetRegistrableTypesInAssembly( _
   ByVal asm As Assembly _
) As Type ()
[C#]
public static Type[] GetRegistrableTypesInAssembly(
   Assembly asm
);
[C++]
public: static Type* GetRegistrableTypesInAssembly(
   Assembly* asm
) [];
[JScript]
public static function GetRegistrableTypesInAssembly(
   asm : Assembly
) : Type[];

Parameters

asm
[To be supplied.]

See Also

RegistrationServices Class | RegistrationServices Members | System.Runtime.InteropServices Namespace