C# Class LSLib.Granny.GR2.Helpers

Mostra file Open project: Norbyte/lslib

Public Methods

Method Description
CreateArrayInstance ( Type type, int size ) : object
CreateInstance ( Type type ) : object
GetConstructor ( Type type ) : ObjectCtor

Method Details

CreateArrayInstance() public static method

public static CreateArrayInstance ( Type type, int size ) : object
type System.Type
size int
return object

CreateInstance() public static method

public static CreateInstance ( Type type ) : object
type System.Type
return object

GetConstructor() public static method

public static GetConstructor ( Type type ) : ObjectCtor
type System.Type
return ObjectCtor