Class Reg
Inheritance
System.Object
Reg
Assembly: XSharp.dll
Syntax
public abstract class Reg : Param
Constructors
|
Improve this Doc
View Source
Reg(Int32, Boolean)
Declaration
protected Reg(int aSize, bool aIsGenPurpose = true)
Parameters
Type |
Name |
Description |
System.Int32 |
aSize |
|
System.Boolean |
aIsGenPurpose |
|
Properties
|
Improve this Doc
View Source
IsGenPurpose
Declaration
protected bool IsGenPurpose { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Size
Declaration
protected int Size { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
IsMatch(Object)
Declaration
public override bool IsMatch(object aValue)
Parameters
Type |
Name |
Description |
System.Object |
aValue |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides