We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
# 支持中文 增加此方法,用于支持UTF8,来源于MonoMac中的CoreFoundation模块。 public extern static IntPtr CFStringCreateWithCharacters(IntPtr alloc, IntPtr chars, int length); 其他功能参考isnowrain/CoreFoundation
CoreFoundation wrapper in .NET. Requires CFLite or CoreFoundation in place