C# 클래스 Scorpio.Userdata.UserdataMethod.FunctionConstructor

상속: FunctionBase
파일 보기 프로젝트 열기: qingfeng346/Scorpio-CSharp

공개 프로퍼티들

프로퍼티 타입 설명
Constructor System.Reflection.ConstructorInfo

공개 메소드들

메소드 설명
FunctionConstructor ( ConstructorInfo Constructor, Type ParameterType, object DefaultParameter, Type ParamType, bool Params, string ParameterTypes ) : System
Invoke ( object obj, Type type ) : object

메소드 상세

FunctionConstructor() 공개 메소드

public FunctionConstructor ( ConstructorInfo Constructor, Type ParameterType, object DefaultParameter, Type ParamType, bool Params, string ParameterTypes ) : System
Constructor System.Reflection.ConstructorInfo
ParameterType System.Type
DefaultParameter object
ParamType System.Type
Params bool
ParameterTypes string
리턴 System

Invoke() 공개 메소드

public Invoke ( object obj, Type type ) : object
obj object
type System.Type
리턴 object

프로퍼티 상세

Constructor 공개적으로 프로퍼티

public ConstructorInfo,System.Reflection Constructor
리턴 System.Reflection.ConstructorInfo