C# Class OpenTK.Platform.MacOS.Carbon.CF

显示文件 Open project: prepare/HTML-Renderer Class Usage Examples

Private Methods

Method Description
CFArrayGetCount ( IntPtr theArray ) : int
CFArrayGetValueAtIndex ( IntPtr theArray, int idx ) : IntPtr
CFDictionaryGetCount ( IntPtr theDictionary ) : int
CFDictionaryGetValue ( IntPtr theDictionary, IntPtr theKey ) : IntPtr
CFNumberGetValue ( IntPtr number, CFNumberType theType, double valuePtr ) : bool
CFNumberGetValue ( IntPtr number, CFNumberType theType, int valuePtr ) : bool
CFSTR ( string cStr ) : IntPtr
__CFStringMakeConstantString ( string cStr ) : IntPtr