C# 클래스 CLRSharp.Type_Common_System

상속: ICLRType_System
파일 보기 프로젝트 열기: meta-42/uEasyKit 1 사용 예제들

공개 메소드들

메소드 설명
CreateDelegate ( Type deletype, object _this, IMethod_System _method ) : Delegate
GetAllMethods ( ) : IMethod[]
GetField ( string name ) : IField
GetFieldNames ( ) : string[]
GetMethod ( string funcname, MethodParamList types ) : IMethod
GetMethodT ( string funcname, MethodParamList ttypes, MethodParamList types ) : IMethod
GetMethods ( string funcname ) : IMethod[]
GetNestType ( ICLRSharp_Environment env, string fullname ) : ICLRType
InitObj ( ) : object
IsEnum ( ) : bool
IsInst ( object obj ) : bool
Type_Common_System ( ICLRSharp_Environment env, System type, ICLRType subtype ) : System

메소드 상세

CreateDelegate() 공개 메소드

public CreateDelegate ( Type deletype, object _this, IMethod_System _method ) : Delegate
deletype System.Type
_this object
_method IMethod_System
리턴 System.Delegate

GetAllMethods() 공개 메소드

public GetAllMethods ( ) : IMethod[]
리턴 IMethod[]

GetField() 공개 메소드

public GetField ( string name ) : IField
name string
리턴 IField

GetFieldNames() 공개 메소드

public GetFieldNames ( ) : string[]
리턴 string[]

GetMethod() 공개 메소드

public GetMethod ( string funcname, MethodParamList types ) : IMethod
funcname string
types MethodParamList
리턴 IMethod

GetMethodT() 공개 메소드

public GetMethodT ( string funcname, MethodParamList ttypes, MethodParamList types ) : IMethod
funcname string
ttypes MethodParamList
types MethodParamList
리턴 IMethod

GetMethods() 공개 메소드

public GetMethods ( string funcname ) : IMethod[]
funcname string
리턴 IMethod[]

GetNestType() 공개 메소드

public GetNestType ( ICLRSharp_Environment env, string fullname ) : ICLRType
env ICLRSharp_Environment
fullname string
리턴 ICLRType

InitObj() 공개 메소드

public InitObj ( ) : object
리턴 object

IsEnum() 공개 메소드

public IsEnum ( ) : bool
리턴 bool

IsInst() 공개 메소드

public IsInst ( object obj ) : bool
obj object
리턴 bool

Type_Common_System() 공개 메소드

public Type_Common_System ( ICLRSharp_Environment env, System type, ICLRType subtype ) : System
env ICLRSharp_Environment
type System
subtype ICLRType
리턴 System