C# Класс LSLib.Granny.GR2.Helpers

Показать файл Открыть проект

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

Метод Описание
CreateArrayInstance ( Type type, int size ) : object
CreateInstance ( Type type ) : object
GetConstructor ( Type type ) : ObjectCtor

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

CreateArrayInstance() публичный статический Метод

public static CreateArrayInstance ( Type type, int size ) : object
type System.Type
size int
Результат object

CreateInstance() публичный статический Метод

public static CreateInstance ( Type type ) : object
type System.Type
Результат object

GetConstructor() публичный статический Метод

public static GetConstructor ( Type type ) : ObjectCtor
type System.Type
Результат ObjectCtor