C# Class CSharp___DllImport.DllImportCaller

Afficher le fichier Open project: ApexHAB/apex-lumia Class Usage Examples

Méthodes publiques

Свойство Type Description
DestructorInts int[]
lib IFileSystemIO

Méthodes publiques

Méthode Description
FreeLibrarys ( ) : void
LastError ( ) : Win32ErrorCode
NativeMethodExists ( string dll, string method ) : NMethodE
lookupDll ( string dll ) : IntPtr
lookupMethod ( IntPtr dll, string method ) : IntPtr

Private Methods

Méthode Description
DllImportCaller ( ) : System

Method Details

FreeLibrarys() public static méthode

public static FreeLibrarys ( ) : void
Résultat void

LastError() public static méthode

public static LastError ( ) : Win32ErrorCode
Résultat Win32ErrorCode

NativeMethodExists() public static méthode

public static NativeMethodExists ( string dll, string method ) : NMethodE
dll string
method string
Résultat NMethodE

lookupDll() public static méthode

public static lookupDll ( string dll ) : IntPtr
dll string
Résultat System.IntPtr

lookupMethod() public static méthode

public static lookupMethod ( IntPtr dll, string method ) : IntPtr
dll System.IntPtr
method string
Résultat System.IntPtr

Property Details

DestructorInts public_oe static_oe property

Filled on FreeLibrarys
public static int[] DestructorInts
Résultat int[]

lib public_oe static_oe property

public static IFileSystemIO lib
Résultat IFileSystemIO