Method | Description | |
---|---|---|
CreateDelegate ( |
||
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 |
public CreateDelegate ( |
||
deletype | ||
_this | object | |
_method | IMethod_System | |
return |
public GetMethod ( string funcname, MethodParamList types ) : IMethod | ||
funcname | string | |
types | MethodParamList | |
return | IMethod |
public GetMethodT ( string funcname, MethodParamList ttypes, MethodParamList types ) : IMethod | ||
funcname | string | |
ttypes | MethodParamList | |
types | MethodParamList | |
return | IMethod |
public GetMethods ( string funcname ) : IMethod[] | ||
funcname | string | |
return | IMethod[] |
public GetNestType ( ICLRSharp_Environment env, string fullname ) : ICLRType | ||
env | ICLRSharp_Environment | |
fullname | string | |
return | ICLRType |
public Type_Common_System ( ICLRSharp_Environment env, System type, ICLRType subtype ) : System | ||
env | ICLRSharp_Environment | |
type | System | |
subtype | ICLRType | |
return | System |