C# 클래스 Scorpio.Userdata.ScorpioFastReflectMethodInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
IsStatic bool
MethodIndex int
ParamType Type
ParameterType Type[]
RefOut bool[]

공개 메소드들

메소드 설명
ScorpioFastReflectMethodInfo ( bool isStatic, Array parameterType, Array refOut, Type paramType, int methodIndex ) : System

메소드 상세

ScorpioFastReflectMethodInfo() 공개 메소드

public ScorpioFastReflectMethodInfo ( bool isStatic, Array parameterType, Array refOut, Type paramType, int methodIndex ) : System
isStatic bool
parameterType Array
refOut Array
paramType Type
methodIndex int
리턴 System

프로퍼티 상세

IsStatic 공개적으로 프로퍼티

public bool IsStatic
리턴 bool

MethodIndex 공개적으로 프로퍼티

public int MethodIndex
리턴 int

ParamType 공개적으로 프로퍼티

public Type ParamType
리턴 Type

ParameterType 공개적으로 프로퍼티

public Type[] ParameterType
리턴 Type[]

RefOut 공개적으로 프로퍼티

public bool[] RefOut
리턴 bool[]