GetAssemblyObject[asm ] returns the .NET Assembly object corresponding to the specified NETAssembly expression asm.
GetTypeObject[type _NETType] returns the .NET Type object corresponding to the specified NETType expression.
LanguageSyntax is an option to NETTypeInfo that specifies which language syntax will be used to display the type information.
NETAssembly["name", n] represents a .NET assembly with the specified name.
NETType["name", n] represents a .NET type with the specified name.
ReinstallNET[] is a convenience function that calls UninstallNET[] and then InstallNET[].
RemoveEventHandler[obj@event, delegate] removes the specified delegate from the named event.
SafeArrayAsArray is an option to LoadCOMTypeLibrary that specifies whether to import all SAFEARRAYs as System.Array rather than a typed, single-dimensional managed array.
SaveAssemblyAs is an option to LoadCOMTypeLibrary that allows you to specify a filename into which to write the interop assembly that gets generated.
StaticsVisible is an option to LoadNETType that specifies whether the class-specific context in which static method and field definitions are created should be placed on ...