MonoMac.CoreFoundation.CFString.CFStringCreateWithCharacters C# (CSharp) Méthode

CFStringCreateWithCharacters() private méthode

private CFStringCreateWithCharacters ( IntPtr allocator, string str, int count ) : IntPtr
allocator System.IntPtr
str string
count int
Résultat System.IntPtr
        static extern IntPtr CFStringCreateWithCharacters(IntPtr allocator, string str, int count);