System.Net.CFString.CFStringCreateWithCharacters C# (CSharp) 메소드

CFStringCreateWithCharacters() 개인적인 메소드

private CFStringCreateWithCharacters ( IntPtr alloc, IntPtr chars, int length ) : IntPtr
alloc IntPtr
chars IntPtr
length int
리턴 IntPtr
		extern static IntPtr CFStringCreateWithCharacters (IntPtr alloc, IntPtr chars, int length);