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

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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

Setup() public méthode

Sets up the command
public Setup ( ) : void
Résultat void

ToString() public méthode

Converts the command to the string
public ToString ( ) : string
Résultat string