[To be supplied.]
[Visual Basic] Public Shared Sub RegisterTypeForComClients( _ ByVal type As Type, _ ByRef g As Guid _ ) [C#] public static void RegisterTypeForComClients( Type type, ref Guid g ); [C++] public: static void RegisterTypeForComClients( Type* type, Guid** g ); [JScript] public static function RegisterTypeForComClients( type : Type, g : Guid );
RegistrationServices Class | RegistrationServices Members | System.Runtime.InteropServices Namespace