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
handleOptionEntryOwnedHandle
Properties
Arg
public OptionArg Arg { get; set; }
Property Value
ArgDescription
public string? ArgDescription { get; set; }
Property Value
Description
public string? Description { get; set; }
Property Value
Flags
public int Flags { get; set; }
Property Value
Handle
public OptionEntryOwnedHandle Handle { get; }
Property Value
LongName
public string? LongName { get; set; }
Property Value
ShortName
public sbyte ShortName { get; set; }
Property Value
Methods
Equals(OptionEntry?)
public bool Equals(OptionEntry? other)
Parameters
otherOptionEntry
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
objobjectThe object to compare with the current object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.