Marshal.GetHINSTANCE(Module) Methode

Definition

Gibt das Instanzhandle (HINSTANCE) für das angegebene Modul zurück.

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

Parameter

m
Module

Das Modul mit dem gewünschten HINSTANCE.

Gibt zurück

IntPtr

nativeint

Das HINSTANCE für m oder -1, wenn das Modul über kein HINSTANCE verfügt.

Attribute

Ausnahmen

Der m-Parameter ist null.

Hinweise

Wenn sie dynamisch oder im Arbeitsspeicher sind, verfügen Module nicht über eine HINSTANCE.

Gilt für: