MonoMac.CoreFoundation.CFString.CFStringCreateWithCharacters C# (CSharp) 메소드

CFStringCreateWithCharacters() 개인적인 메소드

private CFStringCreateWithCharacters ( IntPtr allocator, string str, int count ) : IntPtr
allocator System.IntPtr
str string
count int
리턴 System.IntPtr
        static extern IntPtr CFStringCreateWithCharacters(IntPtr allocator, string str, int count);