Class Vfs
- Namespace
- Gio
- Assembly
- Gio-2.0.dll
public class Vfs : Object, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
- Inheritance
-
Vfs
- Implements
- Inherited Members
Constructors
Vfs(bool, params ConstructArgument[])
protected Vfs(bool owned, params ConstructArgument[] constructArguments)
Parameters
owned
boolconstructArguments
ConstructArgument[]
Vfs(IntPtr, bool)
protected Vfs(IntPtr ptr, bool ownedRef)
Parameters
Methods
GetDefault()
public static Vfs GetDefault()
Returns
GetFileForPath(string)
public File GetFileForPath(string path)
Parameters
path
string
Returns
GetFileForUri(string)
public File GetFileForUri(string uri)
Parameters
uri
string
Returns
GetGType()
public static Type GetGType()
Returns
GetLocal()
public static Vfs GetLocal()
Returns
GetSupportedUriSchemes()
public string[] GetSupportedUriSchemes()
Returns
- string[]
IsActive()
public bool IsActive()
Returns
ParseName(string)
public File ParseName(string parseName)
Parameters
parseName
string
Returns
RegisterUriScheme(string, VfsFileLookupFunc?, VfsFileLookupFunc?)
[Version("2.50")]
public bool RegisterUriScheme(string scheme, VfsFileLookupFunc? uriFunc, VfsFileLookupFunc? parseNameFunc)
Parameters
scheme
stringuriFunc
VfsFileLookupFuncparseNameFunc
VfsFileLookupFunc
Returns
UnregisterUriScheme(string)
[Version("2.50")]
public bool UnregisterUriScheme(string scheme)
Parameters
scheme
string