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

CFURLCreateWithFileSystemPath() private method

private CFURLCreateWithFileSystemPath ( IntPtr allocator, IntPtr cfstringref, CFUrlPathStyle pathstyle, bool isdir ) : IntPtr
allocator System.IntPtr
cfstringref System.IntPtr
pathstyle CFUrlPathStyle
isdir bool
return System.IntPtr
        static extern IntPtr CFURLCreateWithFileSystemPath(IntPtr allocator, IntPtr cfstringref, CFUrlPathStyle pathstyle, bool isdir);