C# Class CSLE.CLS_Type_Enum

Inheritance: ICLS_Type
Afficher le fichier Open project: wpszz/CSLightForUnity

Méthodes publiques

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

Méthodes publiques

Méthode Description
CLS_Type_Enum ( Type type, string keyword = null ) : System
ConvertTo ( CLS_Content content, object src, CLType targetType ) : object
MakeValue ( object value ) : ICLS_Value
Math2Value ( CLS_Content content, char code, object left, CLS_Content right, CLType &returnType ) : object
MathLogic ( CLS_Content content, logictoken code, object left, CLS_Content right ) : bool

Method Details

CLS_Type_Enum() public méthode

public CLS_Type_Enum ( Type type, string keyword = null ) : System
type System.Type
keyword string
Résultat System

ConvertTo() public méthode

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

MakeValue() public méthode

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

Math2Value() public méthode

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

MathLogic() public méthode

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

Property Details

sysType public_oe property

public Type,System sysType
Résultat System.Type