MonoMac.CoreFoundation.CFUrl.CFURLCreateWithString C# (CSharp) Method

CFURLCreateWithString() private method

private CFURLCreateWithString ( IntPtr allocator, IntPtr stringref, IntPtr baseUrl ) : IntPtr
allocator System.IntPtr
stringref System.IntPtr
baseUrl System.IntPtr
return System.IntPtr
        static extern IntPtr CFURLCreateWithString(IntPtr allocator, IntPtr stringref, IntPtr baseUrl);