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

Unboxes an object
Inheritance: CommandBase
Show file Open project: OxPatient/Rule-Engine Class Usage Examples

Public Methods

Method Description
Setup ( ) : void

Sets up the unbox statement

ToString ( ) : string

Unbox statement as a string

UnBox ( VariableBase value, Type valueType ) : System

Unboxes a value to a specified type

Method Details

Setup() public method

Sets up the unbox statement
public Setup ( ) : void
return void

ToString() public method

Unbox statement as a string
public ToString ( ) : string
return string

UnBox() public method

Unboxes a value to a specified type
public UnBox ( VariableBase value, Type valueType ) : System
value Yea.Reflection.Emit.BaseClasses.VariableBase Value to unbox
valueType System.Type Value type
return System