NativeLibrary.GetMainProgramHandle Methode

Definitie

Haal een ingang op die kan worden gebruikt met GetExport(IntPtr, String) of TryGetExport(IntPtr, String, IntPtr) om exports uit de invoerpuntmodule op te lossen.

public:
 static IntPtr GetMainProgramHandle();
public static IntPtr GetMainProgramHandle();
static member GetMainProgramHandle : unit -> nativeint
Public Shared Function GetMainProgramHandle () As IntPtr

Retouren

IntPtr

nativeint

De ingang die kan worden gebruikt om exports uit de invoerpuntmodule op te lossen.

Van toepassing op