C# 클래스 Yea.Reflection.Emit.Commands.UnBox

Unboxes an object
상속: CommandBase
파일 보기 프로젝트 열기: OxPatient/Rule-Engine 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Setup() 공개 메소드

Sets up the unbox statement
public Setup ( ) : void
리턴 void

ToString() 공개 메소드

Unbox statement as a string
public ToString ( ) : string
리턴 string

UnBox() 공개 메소드

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
리턴 System