C# Class CSLE.RegHelper_Type

Inheritance: ICLS_Type
Afficher le fichier Open project: lightszero/cslightcore Class Usage Examples

Méthodes publiques

Свойство Type Description
_type System.Type

Méthodes publiques

Méthode Description
ConvertTo ( CLS_Content env, object src, CLType targetType ) : object
MakeType ( Type type, string keyword ) : RegHelper_Type
MakeValue ( object value ) : ICLS_Value
Math2Value ( CLS_Content env, char code, object left, CLS_Content right, CLType &returntype ) : object
MathLogic ( CLS_Content env, logictoken code, object left, CLS_Content right ) : bool

Méthodes protégées

Méthode Description
RegHelper_Type ( Type type, string setkeyword, bool dele ) : System

Private Methods

Méthode Description
Make ( Type type, string keyword ) : RegHelper_Type
MakeClass ( Type type, string keyword ) : RegHelper_Type
MakeDelegate ( Type type, string keyword ) : RegHelper_Type
RegHelper_Type ( Type type ) : System
RegHelper_Type ( Type type, string setkeyword ) : System

Method Details

ConvertTo() public méthode

public ConvertTo ( CLS_Content env, object src, CLType targetType ) : object
env CLS_Content
src object
targetType CLType
Résultat object

MakeType() public static méthode

public static MakeType ( Type type, string keyword ) : RegHelper_Type
type System.Type
keyword string
Résultat RegHelper_Type

MakeValue() public méthode

public MakeValue ( object value ) : ICLS_Value
value object
Résultat ICLS_Value

Math2Value() public méthode

public Math2Value ( CLS_Content env, char code, object left, CLS_Content right, CLType &returntype ) : object
env CLS_Content
code char
left object
right CLS_Content
returntype CLType
Résultat object

MathLogic() public méthode

public MathLogic ( CLS_Content env, logictoken code, object left, CLS_Content right ) : bool
env CLS_Content
code logictoken
left object
right CLS_Content
Résultat bool

RegHelper_Type() protected méthode

protected RegHelper_Type ( Type type, string setkeyword, bool dele ) : System
type System.Type
setkeyword string
dele bool
Résultat System

Property Details

_type public_oe property

public Type,System _type
Résultat System.Type