C# Class Castle.DynamicProxy.Builder.CodeBuilder.SimpleAST.NewInstanceExpression

Inheritance: Castle.DynamicProxy.Builder.CodeBuilder.SimpleAST.Expression
Show file Open project: nats/castle-1.0.3-mono Class Usage Examples

Public Methods

Method Description
Emit ( IEasyMember member, ILGenerator gen ) : void
NewInstanceExpression ( ConstructorInfo constructor ) : System
NewInstanceExpression ( EasyCallable callable ) : System
NewInstanceExpression ( Type target, Type constructor_args ) : System

Method Details

Emit() public method

public Emit ( IEasyMember member, ILGenerator gen ) : void
member IEasyMember
gen System.Reflection.Emit.ILGenerator
return void

NewInstanceExpression() public method

public NewInstanceExpression ( ConstructorInfo constructor ) : System
constructor System.Reflection.ConstructorInfo
return System

NewInstanceExpression() public method

public NewInstanceExpression ( EasyCallable callable ) : System
callable EasyCallable
return System

NewInstanceExpression() public method

public NewInstanceExpression ( Type target, Type constructor_args ) : System
target System.Type
constructor_args System.Type
return System