C# Class CSLE.SType

Inheritance: ICLS_TypeFunction
Show file Open project: lightszero/cslightcore Class Usage Examples

Public Properties

Property Type Description
deles Dictionary>
functions Function>.Dictionary
members Member>.Dictionary
staticMemberInstance CLS_Content.Value>.Dictionary

Public Methods

Method Description
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

Method Details

EmbDebugToken() public method

public EmbDebugToken ( IList tokens ) : void
tokens IList
return void

IndexGet() public method

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

IndexSet() public method

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

MemberCall() public method

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
return CLS_Content.Value

MemberCall() public method

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
return CLS_Content.Value

MemberCallCache() public method

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
return CLS_Content.Value

MemberValueGet() public method

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

MemberValueSet() public method

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

New() public method

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

NewStatic() public method

public NewStatic ( ICLS_Environment env ) : void
env ICLS_Environment
return void

SType() public method

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

StaticCall() public method

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

StaticCall() public method

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

StaticCallCache() public method

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

StaticValueGet() public method

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

StaticValueSet() public method

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

Property Details

deles public property

public Dictionary> deles
return Dictionary>

functions public property

public Dictionary functions
return Function>.Dictionary

members public property

public Dictionary members
return Member>.Dictionary

staticMemberInstance public property

public Dictionary staticMemberInstance
return CLS_Content.Value>.Dictionary