C# Class CLRSharp.Type_Common_System

Inheritance: ICLRType_System
Afficher le fichier Open project: meta-42/uEasyKit Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public CreateDelegate ( Type deletype, object _this, IMethod_System _method ) : Delegate
deletype System.Type
_this object
_method IMethod_System
Résultat System.Delegate

GetAllMethods() public méthode

public GetAllMethods ( ) : IMethod[]
Résultat IMethod[]

GetField() public méthode

public GetField ( string name ) : IField
name string
Résultat IField

GetFieldNames() public méthode

public GetFieldNames ( ) : string[]
Résultat string[]

GetMethod() public méthode

public GetMethod ( string funcname, MethodParamList types ) : IMethod
funcname string
types MethodParamList
Résultat IMethod

GetMethodT() public méthode

public GetMethodT ( string funcname, MethodParamList ttypes, MethodParamList types ) : IMethod
funcname string
ttypes MethodParamList
types MethodParamList
Résultat IMethod

GetMethods() public méthode

public GetMethods ( string funcname ) : IMethod[]
funcname string
Résultat IMethod[]

GetNestType() public méthode

public GetNestType ( ICLRSharp_Environment env, string fullname ) : ICLRType
env ICLRSharp_Environment
fullname string
Résultat ICLRType

InitObj() public méthode

public InitObj ( ) : object
Résultat object

IsEnum() public méthode

public IsEnum ( ) : bool
Résultat bool

IsInst() public méthode

public IsInst ( object obj ) : bool
obj object
Résultat bool

Type_Common_System() public méthode

public Type_Common_System ( ICLRSharp_Environment env, System type, ICLRType subtype ) : System
env ICLRSharp_Environment
type System
subtype ICLRType
Résultat System