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

Casts a class object to another class
Inheritance: CommandBase
Exibir arquivo Open project: OxPatient/Rule-Engine Class Usage Examples

Public Methods

Method 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 method

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
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