Table of Contents

Class FileAttributeInfoList

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

Constructors

FileAttributeInfoList()

public FileAttributeInfoList()

FileAttributeInfoList(FileAttributeInfoListOwnedHandle)

public FileAttributeInfoList(FileAttributeInfoListOwnedHandle handle)

Parameters

handle FileAttributeInfoListOwnedHandle

Properties

Handle

public FileAttributeInfoListOwnedHandle Handle { get; }

Property Value

FileAttributeInfoListOwnedHandle

NInfos

public int NInfos { get; set; }

Property Value

int

Methods

Add(string, FileAttributeType, FileAttributeInfoFlags)

public void Add(string name, FileAttributeType type, FileAttributeInfoFlags flags)

Parameters

name string
type FileAttributeType
flags FileAttributeInfoFlags

Dup()

public FileAttributeInfoList Dup()

Returns

FileAttributeInfoList

Equals(FileAttributeInfoList?)

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

public bool Equals(FileAttributeInfoList? other)

Parameters

other FileAttributeInfoList

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.

Lookup(string)

public FileAttributeInfo Lookup(string name)

Parameters

name string

Returns

FileAttributeInfo

New()

public static FileAttributeInfoList New()

Returns

FileAttributeInfoList

Ref()

public FileAttributeInfoList Ref()

Returns

FileAttributeInfoList

Unref()

public void Unref()