Table of Contents

Class CilParameter

Namespace
Echo.Platforms.AsmResolver
Assembly
Echo.Platforms.AsmResolver.dll

Represents a parameter that is declared and can be referenced within a CIL method.

public class CilParameter : IVariable
Inheritance
CilParameter
Implements
Inherited Members

Constructors

CilParameter(Parameter)

Creates a new CIL parameter.

public CilParameter(Parameter parameter)

Parameters

parameter Parameter

The underlying parameter

Properties

Name

Gets the name of the variable.

public string Name { get; }

Property Value

string

Parameter

Gets the underlying parameter object.

public Parameter Parameter { get; }

Property Value

Parameter

Methods

ToString()

public override string ToString()

Returns

string