ITypeInfo.AddressOfMember(Int32, INVOKEKIND, IntPtr) Metodo

Definizione

Recupera gli indirizzi delle funzioni o delle variabili statiche, come quelle definite in una DLL.

public:
 void AddressOfMember(int memid, System::Runtime::InteropServices::ComTypes::INVOKEKIND invKind, [Runtime::InteropServices::Out] IntPtr % ppv);
public void AddressOfMember (int memid, System.Runtime.InteropServices.ComTypes.INVOKEKIND invKind, out IntPtr ppv);
abstract member AddressOfMember : int * System.Runtime.InteropServices.ComTypes.INVOKEKIND * nativeint -> unit
Public Sub AddressOfMember (memid As Integer, invKind As INVOKEKIND, ByRef ppv As IntPtr)

Parametri

memid
Int32

ID membro dell'indirizzo del membro static da recuperare.

invKind
INVOKEKIND

Uno dei valori INVOKEKIND che specifica se il membro è una proprietà e, in caso positivo, ne indica il tipo.

ppv
IntPtr

nativeint

Quando termina, questo metodo contiene un riferimento al membro static. Questo parametro viene passato non inizializzato.

Commenti

Per altre informazioni, vedere Metodo ITypeInfo::AddressOfMember.

Si applica a