Ejemplo n.º 1
0
 public static TypedPtr <CFURL> CFURLCreateWithFileSystemPath(IntPtr Allocator, TypedPtr <CFString> FilePath, CFURLPathStyle PathStyle, int isDirectory)
 {
     return((TypedPtr <CFURL>)(CoreImpl.CFURLCreateWithFileSystemPath(Allocator, FilePath.Handle, PathStyle, isDirectory)));
 }
Ejemplo n.º 2
0
 public TypedPtr <CFURL> CFURLCreateWithFileSystemPath(IntPtr Allocator, TypedPtr <CFString> FilePath, CFURLPathStyle PathStyle, int isDirectory)
 {
     return(CoreFoundation.CFURLCreateWithFileSystemPath(Allocator, (IntPtr)FilePath, PathStyle, isDirectory));
 }
Ejemplo n.º 3
0
 public static extern IntPtr /*CFURL*/ CFURLCreateWithFileSystemPath(IntPtr Allocator, IntPtr /*CFString*/ FilePath, CFURLPathStyle PathStyle, int isDirectory);
Ejemplo n.º 4
0
 private static extern IntPtr CFURLCreateWithFileSystemPath(IntPtr allocator, IntPtr stringRef,
                                                            CFURLPathStyle pathStyle, bool isDirectory);
Ejemplo n.º 5
0
 private static extern IntPtr CFURLCreateWithFileSystemPath(IntPtr allocator, IntPtr stringRef,
     CFURLPathStyle pathStyle, bool isDirectory);
Ejemplo n.º 6
0
 private static extern IntPtr CFURLCreateWithFileSystemPath(IntPtr Allocator, IntPtr/*CFString*/ FilePath, CFURLPathStyle PathStyle, int isDirectory);
Ejemplo n.º 7
0
 public static TypedPtr<CFURL> CFURLCreateWithFileSystemPath(IntPtr Allocator, TypedPtr<CFString> FilePath, CFURLPathStyle PathStyle, int isDirectory)
 {
     return (TypedPtr<CFURL>)(CFURLCreateWithFileSystemPath(Allocator, FilePath.Handle, PathStyle, isDirectory));
 }
Ejemplo n.º 8
0
 public TypedPtr<CFURL> CFURLCreateWithFileSystemPath(IntPtr Allocator, TypedPtr<CFString> FilePath, CFURLPathStyle PathStyle, int isDirectory)
 {
     return CoreFoundation.CFURLCreateWithFileSystemPath(Allocator, (IntPtr)FilePath, PathStyle, isDirectory);
 }