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

Defines a local variable
Inheritance: CommandBase
Afficher le fichier Open project: OxPatient/Rule-Engine Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

Setup() public méthode

Sets up the command
public Setup ( ) : void
Résultat void

ToString() public méthode

Converts the command to a string
public ToString ( ) : string
Résultat string