[To be supplied.]
[Visual Basic] Public Shared Function GetRegistryFileEntryForAsm( _ ByVal asm As Assembly _ ) As String [C#] public static string GetRegistryFileEntryForAsm( Assembly asm ); [C++] public: static String* GetRegistryFileEntryForAsm( Assembly* asm ); [JScript] public static function GetRegistryFileEntryForAsm( asm : Assembly ) : String;
RegistrationServices Class | RegistrationServices Members | System.Runtime.InteropServices Namespace