C# 클래스 LSLib.Granny.GR2.Helpers

파일 보기 프로젝트 열기: Norbyte/lslib

공개 메소드들

메소드 설명
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