C# Класс Yea.Reflection.Emit.Commands.NewObj

Command for creating a new object
Наследование: Yea.Reflection.Emit.BaseClasses.CommandBase
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
NewObj ( ConstructorInfo constructor, object parameters ) : System.Diagnostics.CodeAnalysis

Constructor

Setup ( ) : void

Sets up the command

ToString ( ) : string

Converts the command to the string

Описание методов

NewObj() публичный Метод

Constructor
public NewObj ( ConstructorInfo constructor, object parameters ) : System.Diagnostics.CodeAnalysis
constructor System.Reflection.ConstructorInfo Constructor to use
parameters object Variables sent to the constructor
Результат System.Diagnostics.CodeAnalysis

Setup() публичный Метод

Sets up the command
public Setup ( ) : void
Результат void

ToString() публичный Метод

Converts the command to the string
public ToString ( ) : string
Результат string