C# Class GLib.FileFactory

Show file Open project: mono/gio-sharp

Public Methods

Method Description
NewForPath ( string path ) : File
NewForUri ( Uri uri ) : File
NewForUri ( string uri ) : File
NewFromCommandlineArg ( string arg ) : File

Private Methods

Method Description
g_file_new_for_commandline_arg ( string arg ) : IntPtr
g_file_new_for_path ( string path ) : IntPtr
g_file_new_for_uri ( string uri ) : IntPtr

Method Details

NewForPath() public static method

public static NewForPath ( string path ) : File
path string
return File

NewForUri() public static method

public static NewForUri ( Uri uri ) : File
uri System.Uri
return File

NewForUri() public static method

public static NewForUri ( string uri ) : File
uri string
return File

NewFromCommandlineArg() public static method

public static NewFromCommandlineArg ( string arg ) : File
arg string
return File