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
parameterParameterThe underlying parameter
Properties
Name
Gets the name of the variable.
public string Name { get; }
Property Value
Parameter
Gets the underlying parameter object.
public Parameter Parameter { get; }
Property Value
Methods
ToString()
public override string ToString()