Marshal::GetTypeLibName Method (UCOMITypeLib^)
Retrieves the name of a type library.
Assembly: mscorlib (in mscorlib.dll)
public: [SecurityCriticalAttribute] [ObsoleteAttribute("Use System.Runtime.InteropServices.Marshal.GetTypeLibName(ITypeLib pTLB) instead. http://go.microsoft.com/fwlink/?linkid=14202&ID=0000011.", false)] static String^ GetTypeLibName( UCOMITypeLib^ pTLB )
Parameters
- pTLB
-
Type:
System.Runtime.InteropServices::UCOMITypeLib^
The type library whose name is to be retrieved.
The name returned by this method is the identifier used with the library statement, such as ADODB for the Microsoft ADO type library. The name is not a file name.
You can also retrieve the type library name by calling theUCOMITypeInfo::GetDocumentation method and passing -1 for its first parameter.
requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.
Available since 1.1