C# Class MobileDevice.CoreFundation.CFBoolean

显示文件 Open project: nivalxer/MobileDevice Class Usage Examples

Public Methods

Method Description
GetCFBoolean ( bool flag ) : IntPtr

Private Methods

Method Description
GetModuleHandle ( string lpModuleName ) : IntPtr
GetProcAddress ( IntPtr hModule, string lpProcName ) : IntPtr
LoadLibrary ( string lpFileName ) : IntPtr

Method Details

GetCFBoolean() public static method

public static GetCFBoolean ( bool flag ) : IntPtr
flag bool
return System.IntPtr