C# Class CSharp___DllImport.DllImportCaller

Show file Open project: ApexHAB/apex-lumia Class Usage Examples

Public Properties

Property Type Description
DestructorInts int[]
lib IFileSystemIO

Public Methods

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

Private Methods

Method Description
DllImportCaller ( ) : System

Method Details

FreeLibrarys() public static method

public static FreeLibrarys ( ) : void
return void

LastError() public static method

public static LastError ( ) : Win32ErrorCode
return Win32ErrorCode

NativeMethodExists() public static method

public static NativeMethodExists ( string dll, string method ) : NMethodE
dll string
method string
return NMethodE

lookupDll() public static method

public static lookupDll ( string dll ) : IntPtr
dll string
return System.IntPtr

lookupMethod() public static method

public static lookupMethod ( IntPtr dll, string method ) : IntPtr
dll System.IntPtr
method string
return System.IntPtr

Property Details

DestructorInts public static property

Filled on FreeLibrarys
public static int[] DestructorInts
return int[]

lib public static property

public static IFileSystemIO lib
return IFileSystemIO