C# Class Yea.Reflection.Emit.Commands.DefineLocal

Defines a local variable
Inheritance: CommandBase
显示文件 Open project: OxPatient/Rule-Engine Class Usage Examples

Public Methods

Method Description
DefineLocal ( string name, Type localType ) : System

Constructor

Setup ( ) : void

Sets up the command

ToString ( ) : string

Converts the command to a string

Method Details

DefineLocal() public method

Constructor
public DefineLocal ( string name, Type localType ) : System
name string Local object name
localType System.Type Local type
return System

Setup() public method

Sets up the command
public Setup ( ) : void
return void

ToString() public method

Converts the command to a string
public ToString ( ) : string
return string