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

Command for creating a new object
Inheritance: Yea.Reflection.Emit.BaseClasses.CommandBase
Exibir arquivo Open project: OxPatient/Rule-Engine Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
NewObj ( ConstructorInfo constructor, object parameters ) : System.Diagnostics.CodeAnalysis

Constructor

Setup ( ) : void

Sets up the command

ToString ( ) : string

Converts the command to the string

Method Details

NewObj() public method

Constructor
public NewObj ( ConstructorInfo constructor, object parameters ) : System.Diagnostics.CodeAnalysis
constructor System.Reflection.ConstructorInfo Constructor to use
parameters object Variables sent to the constructor
return System.Diagnostics.CodeAnalysis

Setup() public method

Sets up the command
public Setup ( ) : void
return void

ToString() public method

Converts the command to the string
public ToString ( ) : string
return string