Método Marshal.GetTypeLibGuid (ITypeLib)
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Recupera o LIBID (identificador de biblioteca) de uma biblioteca de tipos.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
[SecurityCriticalAttribute]
public static Guid GetTypeLibGuid(
ITypeLib typelib
)
public:
[SecurityCriticalAttribute]
static Guid GetTypeLibGuid(
ITypeLib^ typelib
)
[<SecurityCriticalAttribute>]
static member GetTypeLibGuid :
typelib:ITypeLib -> Guid
<SecurityCriticalAttribute>
Public Shared Function GetTypeLibGuid (
typelib As ITypeLib
) As Guid
Parâmetros
typelib
Type: System.Runtime.InteropServices.ComTypes.ITypeLibA biblioteca de tipos cuja LIBID deve ser recuperada.
Valor Retornado
Type: System.Guid
O LIBID da biblioteca do tipos especificada.
Comentários
GetTypeLibGuidextrai a ID da biblioteca diretamente de uma biblioteca de tipo existente. Esta ação é diferente do Marshal.GetTypeLibGuidForAssembly método, que calcula o que deve ser o ID da biblioteca com base no assembly atual.
Para obter mais informações sobre os identificadores de biblioteca, consulte exportado conversão de Assembly.
Segurança
requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.
Informações de Versão
.NET Framework
Disponível desde 2.0
Confira Também
GetTypeLibGuidForAssembly
ITypeLib
GetTypeLibGuid Sobrecarga
Classe Marshal
Namespace System.Runtime.InteropServices
Retornar ao início