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

Casts a class object to another class
Inheritance: CommandBase
Afficher le fichier Open project: OxPatient/Rule-Engine Class Usage Examples

Méthodes publiques

Méthode Description
Cast ( VariableBase value, Type valueType ) : System

Constructor

Setup ( ) : void

Sets up the command

ToString ( ) : string

Converts the command to a string

Method Details

Cast() public méthode

Constructor
public Cast ( VariableBase value, Type valueType ) : System
value Yea.Reflection.Emit.BaseClasses.VariableBase Value to cast
valueType System.Type Desired type to cast to
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