MonoMac.CoreFoundation.CFUrl.CFURLCreateWithFileSystemPath C# (CSharp) Méthode

CFURLCreateWithFileSystemPath() private méthode

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