C# Class Scorpio.Userdata.UserdataMethod.FunctionConstructor

Inheritance: FunctionBase
Show file Open project: qingfeng346/Scorpio-CSharp

Public Properties

Property Type Description
Constructor System.Reflection.ConstructorInfo

Public Methods

Method Description
FunctionConstructor ( ConstructorInfo Constructor, Type ParameterType, object DefaultParameter, Type ParamType, bool Params, string ParameterTypes ) : System
Invoke ( object obj, Type type ) : object

Method Details

FunctionConstructor() public method

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
return System

Invoke() public method

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

Property Details

Constructor public property

public ConstructorInfo,System.Reflection Constructor
return System.Reflection.ConstructorInfo