C# Class MobileDevice.CoreFundation.API

Afficher le fichier Open project: nivalxer/MobileDevice

Méthodes publiques

Méthode Description
GetAddress ( IntPtr dllModule, string functionName, Type t ) : Delegate

Private Methods

Méthode Description
CloseHandle ( IntPtr hObject ) : bool
CreatePipe ( IntPtr &hReadPipe, IntPtr &hWritePipe, SECURITY_ATTRIBUTES lpPipeAttributes, int nSize ) : bool
CreateProcess ( string lpApplicationName, string lpCommandLine, SECURITY_ATTRIBUTES lpProcessAttributes, SECURITY_ATTRIBUTES lpThreadAttributes, bool bInheritHandles, int dwCreationFlags, string lpEnvironment, string lpCurrentDirectory, STARTUPINFO &lpStartupInfo, PROCESS_INFORMATION &lpProcessInformation ) : bool
FreeLibrary ( IntPtr hModule ) : bool
GetProcAddress ( IntPtr hModule, string lpProcName ) : IntPtr
LoadLibrary ( string lpFileName ) : IntPtr
ReadFile ( IntPtr hFile, byte lpBuffer, int nNumberOfBytesToRead, int &lpNumberOfBytesRead, IntPtr lpOverlapped ) : bool

Method Details

GetAddress() public static méthode

public static GetAddress ( IntPtr dllModule, string functionName, Type t ) : Delegate
dllModule System.IntPtr
functionName string
t System.Type
Résultat System.Delegate