Class CilVariable
- Namespace
- Echo.Platforms.AsmResolver
- Assembly
- Echo.Platforms.AsmResolver.dll
Represents a variable that is declared and can be referenced within a CIL method body.
public class CilVariable : IVariable
- Inheritance
-
CilVariable
- Implements
- Inherited Members
Constructors
CilVariable(CilLocalVariable)
Creates a new CIL variable.
public CilVariable(CilLocalVariable variable)
Parameters
variableCilLocalVariableThe underlying variable object.
Properties
Name
Gets the name of the variable.
public string Name { get; }
Property Value
Variable
Gets the underlying local variable object.
public CilLocalVariable Variable { get; }
Property Value
Methods
ToString()
public override string ToString()