Table of Contents

Class IOModuleScope

Namespace
Gio
Assembly
Gio-2.0.dll
public sealed class IOModuleScope
Inheritance
IOModuleScope
Inherited Members

Constructors

IOModuleScope(IOModuleScopeOwnedHandle)

public IOModuleScope(IOModuleScopeOwnedHandle handle)

Parameters

handle IOModuleScopeOwnedHandle

Properties

Handle

public IOModuleScopeOwnedHandle Handle { get; }

Property Value

IOModuleScopeOwnedHandle

Methods

Block(string)

[Version("2.30")]
public void Block(string basename)

Parameters

basename string

Equals(IOModuleScope?)

public bool Equals(IOModuleScope? other)

Parameters

other IOModuleScope

Returns

bool

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.

Free()

[Version("2.30")]
public void Free()

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

New(IOModuleScopeFlags)

[Version("2.30")]
public static IOModuleScope New(IOModuleScopeFlags flags)

Parameters

flags IOModuleScopeFlags

Returns

IOModuleScope