Marshal::GetTypeLibGuid Method (UCOMITypeLib^)
Retrieves the library identifier (LIBID) of a type library.
Assembly: mscorlib (in mscorlib.dll)
public: [SecurityCriticalAttribute] [ObsoleteAttribute("Use System.Runtime.InteropServices.Marshal.GetTypeLibGuid(ITypeLib pTLB) instead. http://go.microsoft.com/fwlink/?linkid=14202&ID=0000011.", false)] static Guid GetTypeLibGuid( UCOMITypeLib^ pTLB )
Parameters
- pTLB
-
Type:
System.Runtime.InteropServices::UCOMITypeLib^
The type library whose LIBID is to be retrieved.
GetTypeLibGuid extracts the LIBID directly from an existing type library. This action differs from that of the Marshal::GetTypeLibGuidForAssembly method, which calculates what the LIBID should be based on the current assembly.
For more information about library identifiers, see Exported Assembly Conversion.
requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.
Available since 1.1