Udostępnij za pośrednictwem


Marshal.GetHINSTANCE(Module) Metoda

Definicja

Zwraca uchwyt wystąpienia (HINSTANCE) dla określonego modułu.

public:
 static IntPtr GetHINSTANCE(System::Reflection::Module ^ m);
public static IntPtr GetHINSTANCE (System.Reflection.Module m);
[System.Security.SecurityCritical]
public static IntPtr GetHINSTANCE (System.Reflection.Module m);
static member GetHINSTANCE : System.Reflection.Module -> nativeint
[<System.Security.SecurityCritical>]
static member GetHINSTANCE : System.Reflection.Module -> nativeint
Public Shared Function GetHINSTANCE (m As Module) As IntPtr

Parametry

m
Module

Moduł, którego FUNKCJA HINSTANCE jest wymagana.

Zwraca

IntPtr

nativeint

Funkcja HINSTANCE dla m; lub -1, jeśli moduł nie ma funkcji HINSTANCE.

Atrybuty

Wyjątki

Parametr m ma wartość null.

Uwagi

Gdy moduły dynamiczne lub w pamięci nie mają funkcji HINSTANCE.

Dotyczy