Table of Contents

Class FileAttributeMatcher

Namespace
Gio
Assembly
Gio-2.0.dll
public sealed class FileAttributeMatcher : BoxedRecord, IEquatable<FileAttributeMatcher>
Inheritance
FileAttributeMatcher
Implements
Inherited Members

Constructors

FileAttributeMatcher(FileAttributeMatcherOwnedHandle)

public FileAttributeMatcher(FileAttributeMatcherOwnedHandle handle)

Parameters

handle FileAttributeMatcherOwnedHandle

Properties

Handle

public FileAttributeMatcherOwnedHandle Handle { get; }

Property Value

FileAttributeMatcherOwnedHandle

Methods

EnumerateNamespace(string)

public bool EnumerateNamespace(string ns)

Parameters

ns string

Returns

bool

EnumerateNext()

public string? EnumerateNext()

Returns

string

Equals(FileAttributeMatcher?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(FileAttributeMatcher? other)

Parameters

other FileAttributeMatcher

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetGType()

public static Type GetGType()

Returns

Type

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

Matches(string)

public bool Matches(string attribute)

Parameters

attribute string

Returns

bool

MatchesOnly(string)

public bool MatchesOnly(string attribute)

Parameters

attribute string

Returns

bool

New(string)

public static FileAttributeMatcher New(string attributes)

Parameters

attributes string

Returns

FileAttributeMatcher

Ref()

public FileAttributeMatcher Ref()

Returns

FileAttributeMatcher

Subtract(FileAttributeMatcher?)

public FileAttributeMatcher? Subtract(FileAttributeMatcher? subtract)

Parameters

subtract FileAttributeMatcher

Returns

FileAttributeMatcher

ToString()

[Version("2.32")]
public string ToString()

Returns

string

Unref()

public void Unref()