Método UCOMITypeInfo.AddressOfMember (Int32, INVOKEKIND, IntPtr)
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 os endereços de funções estáticas ou variáveis, como aquelas definidas em uma DLL.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
void AddressOfMember(
int memid,
INVOKEKIND invKind,
out IntPtr ppv
)
void AddressOfMember(
int memid,
INVOKEKIND invKind,
[OutAttribute] IntPtr% ppv
)
abstract AddressOfMember :
memid:int *
invKind:INVOKEKIND *
ppv:nativeint byref -> unit
Sub AddressOfMember (
memid As Integer,
invKind As INVOKEKIND,
<OutAttribute> ByRef ppv As IntPtr
)
Parâmetros
memid
Type: System.Int32ID do membro do endereço do membro static a ser recuperada.
invKind
Type: System.Runtime.InteropServices.INVOKEKINDEspecifica se o membro é uma propriedade e, nesse caso, o tipo.
ppv
Type: System.IntPtrNo retorno bem-sucedido, uma referência ao membro static.
Comentários
Para obter informações adicionais sobre ITypeInfo::AddressOfMember, consulte a biblioteca MSDN.
Informações de Versão
.NET Framework
Disponível desde 1.1
Confira Também
Interface UCOMITypeInfo
Namespace System.Runtime.InteropServices
Retornar ao início