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.GetRegistryFileEntryForAsm

[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;

Parameters

asm
[To be supplied.]

See Also

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