C# 클래스 CSLE.SType

상속: ICLS_TypeFunction
파일 보기 프로젝트 열기: lightszero/cslightcore 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
deles Dictionary>
functions Function>.Dictionary
members Member>.Dictionary
staticMemberInstance CLS_Content.Value>.Dictionary

공개 메소드들

메소드 설명
EmbDebugToken ( IList tokens ) : void
IndexGet ( CLS_Content environment, object object_this, object key ) : CLS_Content.Value
IndexSet ( CLS_Content environment, object object_this, object key, object value ) : void
MemberCall ( CLS_Content contentParent, object object_this, string func, IList _params ) : CLS_Content.Value
MemberCall ( CLS_Content contentParent, object object_this, string func, IList _params, MethodCache cache ) : CLS_Content.Value
MemberCallCache ( CLS_Content environment, object object_this, IList _params, MethodCache cache ) : CLS_Content.Value
MemberValueGet ( CLS_Content environment, object object_this, string valuename ) : CLS_Content.Value
MemberValueSet ( CLS_Content content, object object_this, string valuename, object value ) : bool
New ( CLS_Content content, IList _params ) : CLS_Content.Value
NewStatic ( ICLS_Environment env ) : void
SType ( string keyword, string _namespace, string filename, bool bInterface ) : System
StaticCall ( CLS_Content contentParent, string function, IList _params ) : CLS_Content.Value
StaticCall ( CLS_Content contentParent, string function, IList _params, MethodCache cache ) : CLS_Content.Value
StaticCallCache ( CLS_Content environment, IList _params, MethodCache cache ) : CLS_Content.Value
StaticValueGet ( CLS_Content content, string valuename ) : CLS_Content.Value
StaticValueSet ( CLS_Content content, string valuename, object value ) : bool

메소드 상세

EmbDebugToken() 공개 메소드

public EmbDebugToken ( IList tokens ) : void
tokens IList
리턴 void

IndexGet() 공개 메소드

public IndexGet ( CLS_Content environment, object object_this, object key ) : CLS_Content.Value
environment CLS_Content
object_this object
key object
리턴 CLS_Content.Value

IndexSet() 공개 메소드

public IndexSet ( CLS_Content environment, object object_this, object key, object value ) : void
environment CLS_Content
object_this object
key object
value object
리턴 void

MemberCall() 공개 메소드

public MemberCall ( CLS_Content contentParent, object object_this, string func, IList _params ) : CLS_Content.Value
contentParent CLS_Content
object_this object
func string
_params IList
리턴 CLS_Content.Value

MemberCall() 공개 메소드

public MemberCall ( CLS_Content contentParent, object object_this, string func, IList _params, MethodCache cache ) : CLS_Content.Value
contentParent CLS_Content
object_this object
func string
_params IList
cache MethodCache
리턴 CLS_Content.Value

MemberCallCache() 공개 메소드

public MemberCallCache ( CLS_Content environment, object object_this, IList _params, MethodCache cache ) : CLS_Content.Value
environment CLS_Content
object_this object
_params IList
cache MethodCache
리턴 CLS_Content.Value

MemberValueGet() 공개 메소드

public MemberValueGet ( CLS_Content environment, object object_this, string valuename ) : CLS_Content.Value
environment CLS_Content
object_this object
valuename string
리턴 CLS_Content.Value

MemberValueSet() 공개 메소드

public MemberValueSet ( CLS_Content content, object object_this, string valuename, object value ) : bool
content CLS_Content
object_this object
valuename string
value object
리턴 bool

New() 공개 메소드

public New ( CLS_Content content, IList _params ) : CLS_Content.Value
content CLS_Content
_params IList
리턴 CLS_Content.Value

NewStatic() 공개 메소드

public NewStatic ( ICLS_Environment env ) : void
env ICLS_Environment
리턴 void

SType() 공개 메소드

public SType ( string keyword, string _namespace, string filename, bool bInterface ) : System
keyword string
_namespace string
filename string
bInterface bool
리턴 System

StaticCall() 공개 메소드

public StaticCall ( CLS_Content contentParent, string function, IList _params ) : CLS_Content.Value
contentParent CLS_Content
function string
_params IList
리턴 CLS_Content.Value

StaticCall() 공개 메소드

public StaticCall ( CLS_Content contentParent, string function, IList _params, MethodCache cache ) : CLS_Content.Value
contentParent CLS_Content
function string
_params IList
cache MethodCache
리턴 CLS_Content.Value

StaticCallCache() 공개 메소드

public StaticCallCache ( CLS_Content environment, IList _params, MethodCache cache ) : CLS_Content.Value
environment CLS_Content
_params IList
cache MethodCache
리턴 CLS_Content.Value

StaticValueGet() 공개 메소드

public StaticValueGet ( CLS_Content content, string valuename ) : CLS_Content.Value
content CLS_Content
valuename string
리턴 CLS_Content.Value

StaticValueSet() 공개 메소드

public StaticValueSet ( CLS_Content content, string valuename, object value ) : bool
content CLS_Content
valuename string
value object
리턴 bool

프로퍼티 상세

deles 공개적으로 프로퍼티

public Dictionary> deles
리턴 Dictionary>

functions 공개적으로 프로퍼티

public Dictionary functions
리턴 Function>.Dictionary

members 공개적으로 프로퍼티

public Dictionary members
리턴 Member>.Dictionary

staticMemberInstance 공개적으로 프로퍼티

public Dictionary staticMemberInstance
리턴 CLS_Content.Value>.Dictionary