C# 클래스 CSLE.CLS_Type_Enum

상속: ICLS_Type
파일 보기 프로젝트 열기: wpszz/CSLightForUnity

공개 프로퍼티들

프로퍼티 타입 설명
sysType System.Type

공개 메소드들

메소드 설명
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

메소드 상세

CLS_Type_Enum() 공개 메소드

public CLS_Type_Enum ( Type type, string keyword = null ) : System
type System.Type
keyword string
리턴 System

ConvertTo() 공개 메소드

public ConvertTo ( CLS_Content content, object src, CLType targetType ) : object
content CLS_Content
src object
targetType CLType
리턴 object

MakeValue() 공개 메소드

public MakeValue ( object value ) : ICLS_Value
value object
리턴 ICLS_Value

Math2Value() 공개 메소드

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
리턴 object

MathLogic() 공개 메소드

public MathLogic ( CLS_Content content, logictoken code, object left, CLS_Content right ) : bool
content CLS_Content
code logictoken
left object
right CLS_Content
리턴 bool

프로퍼티 상세

sysType 공개적으로 프로퍼티

public Type,System sysType
리턴 System.Type