Class Analysis
- Namespace
- Pango
- Assembly
- Pango-1.0.dll
public sealed class Analysis
- Inheritance
-
Analysis
- Inherited Members
Constructors
Analysis()
public Analysis()
Analysis(AnalysisOwnedHandle)
public Analysis(AnalysisOwnedHandle handle)
Parameters
handle
AnalysisOwnedHandle
Properties
Flags
public byte Flags { get; set; }
Property Value
Gravity
public byte Gravity { get; set; }
Property Value
Handle
public AnalysisOwnedHandle Handle { get; }
Property Value
Level
public byte Level { get; set; }
Property Value
Script
public byte Script { get; set; }
Property Value
Methods
Equals(Analysis?)
public bool Equals(Analysis? other)
Parameters
other
Analysis
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe 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.