C# Class CLRSharp.Type_Common_System

Inheritance: ICLRType_System
Datei anzeigen Open project: meta-42/uEasyKit Class Usage Examples

Public Methods

Method Description
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

Method Details

CreateDelegate() public method

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

GetAllMethods() public method

public GetAllMethods ( ) : IMethod[]
return IMethod[]

GetField() public method

public GetField ( string name ) : IField
name string
return IField

GetFieldNames() public method

public GetFieldNames ( ) : string[]
return string[]

GetMethod() public method

public GetMethod ( string funcname, MethodParamList types ) : IMethod
funcname string
types MethodParamList
return IMethod

GetMethodT() public method

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

GetMethods() public method

public GetMethods ( string funcname ) : IMethod[]
funcname string
return IMethod[]

GetNestType() public method

public GetNestType ( ICLRSharp_Environment env, string fullname ) : ICLRType
env ICLRSharp_Environment
fullname string
return ICLRType

InitObj() public method

public InitObj ( ) : object
return object

IsEnum() public method

public IsEnum ( ) : bool
return bool

IsInst() public method

public IsInst ( object obj ) : bool
obj object
return bool

Type_Common_System() public method

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