FixCRLF["str"] changes the linefeeds in the given string to the CR/LF Windows convention.
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.
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.
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 ...
WrapInNETBlock is an option to AddEventHandler and NETNewDelegate that specifies whether or not the Mathematica callback function assigned to the delegate should be ...