Table of Contents

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

variable CilLocalVariable

The underlying variable object.

Properties

Name

Gets the name of the variable.

public string Name { get; }

Property Value

string

Variable

Gets the underlying local variable object.

public CilLocalVariable Variable { get; }

Property Value

CilLocalVariable

Methods

ToString()

public override string ToString()

Returns

string