Table of Contents

Class OptionEntry

Namespace
GLib
Assembly
GLib-2.0.dll
public sealed class OptionEntry
Inheritance
OptionEntry
Inherited Members

Constructors

OptionEntry()

public OptionEntry()

OptionEntry(OptionEntryOwnedHandle)

public OptionEntry(OptionEntryOwnedHandle handle)

Parameters

handle OptionEntryOwnedHandle

Properties

Arg

public OptionArg Arg { get; set; }

Property Value

OptionArg

ArgDescription

public string? ArgDescription { get; set; }

Property Value

string

Description

public string? Description { get; set; }

Property Value

string

Flags

public int Flags { get; set; }

Property Value

int

Handle

public OptionEntryOwnedHandle Handle { get; }

Property Value

OptionEntryOwnedHandle

LongName

public string? LongName { get; set; }

Property Value

string

ShortName

public sbyte ShortName { get; set; }

Property Value

sbyte

Methods

Equals(OptionEntry?)

public bool Equals(OptionEntry? other)

Parameters

other OptionEntry

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.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.