public static TypedPtr <CFURL> CFURLCreateWithFileSystemPath(IntPtr Allocator, TypedPtr <CFString> FilePath, CFURLPathStyle PathStyle, int isDirectory)
 {
     return((TypedPtr <CFURL>)(CoreImpl.CFURLCreateWithFileSystemPath(Allocator, FilePath.Handle, PathStyle, isDirectory)));
 }
 public TypedPtr <CFURL> CFURLCreateWithFileSystemPath(IntPtr Allocator, TypedPtr <CFString> FilePath, CFURLPathStyle PathStyle, int isDirectory)
 {
     return(CoreFoundation.CFURLCreateWithFileSystemPath(Allocator, (IntPtr)FilePath, PathStyle, isDirectory));
 }
 public static extern IntPtr /*CFURL*/ CFURLCreateWithFileSystemPath(IntPtr Allocator, IntPtr /*CFString*/ FilePath, CFURLPathStyle PathStyle, int isDirectory);
Beispiel #4
0
 private static extern IntPtr CFURLCreateWithFileSystemPath(IntPtr allocator, IntPtr stringRef,
                                                            CFURLPathStyle pathStyle, bool isDirectory);
Beispiel #5
0
 private static extern IntPtr CFURLCreateWithFileSystemPath(IntPtr allocator, IntPtr stringRef,
     CFURLPathStyle pathStyle, bool isDirectory);
 private static extern IntPtr CFURLCreateWithFileSystemPath(IntPtr Allocator, IntPtr/*CFString*/ FilePath, CFURLPathStyle PathStyle, int isDirectory);
 public static TypedPtr<CFURL> CFURLCreateWithFileSystemPath(IntPtr Allocator, TypedPtr<CFString> FilePath, CFURLPathStyle PathStyle, int isDirectory)
 {
     return (TypedPtr<CFURL>)(CFURLCreateWithFileSystemPath(Allocator, FilePath.Handle, PathStyle, isDirectory));
 }
 public TypedPtr<CFURL> CFURLCreateWithFileSystemPath(IntPtr Allocator, TypedPtr<CFString> FilePath, CFURLPathStyle PathStyle, int isDirectory)
 {
     return CoreFoundation.CFURLCreateWithFileSystemPath(Allocator, (IntPtr)FilePath, PathStyle, isDirectory);
 }