C# Class CSLE.RegHelper_SInstance.RegHelper_SInstanceFunction

Inheritance: RegHelper_TypeFunction
Show file Open project: wpszz/CSLightForUnity

Public Methods

Method Description
IndexGet ( CLS_Content content, object object_this, object key ) : CLS_Content.Value
IndexSet ( CLS_Content content, object object_this, object key, object value ) : void
MemberCall ( CLS_Content content, object object_this, string function, BetterList _params, bool isBaseCall = false ) : CLS_Content.Value
MemberValueGet ( CLS_Content content, object object_this, string valuename, bool isBaseCall = false ) : CLS_Content.Value
MemberValueSet ( CLS_Content content, object object_this, string valuename, object value, bool isBaseCall = false ) : void
New ( CLS_Content content, BetterList _params ) : CLS_Content.Value
RegHelper_SInstanceFunction ( Type type ) : System
StaticCall ( CLS_Content content, string function, BetterList _params ) : CLS_Content.Value
StaticValueGet ( CLS_Content content, string valuename ) : CLS_Content.Value
StaticValueSet ( CLS_Content content, string valuename, object value ) : void

Method Details

IndexGet() public method

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

IndexSet() public method

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

MemberCall() public method

public MemberCall ( CLS_Content content, object object_this, string function, BetterList _params, bool isBaseCall = false ) : CLS_Content.Value
content CLS_Content
object_this object
function string
_params BetterList
isBaseCall bool
return CLS_Content.Value

MemberValueGet() public method

public MemberValueGet ( CLS_Content content, object object_this, string valuename, bool isBaseCall = false ) : CLS_Content.Value
content CLS_Content
object_this object
valuename string
isBaseCall bool
return CLS_Content.Value

MemberValueSet() public method

public MemberValueSet ( CLS_Content content, object object_this, string valuename, object value, bool isBaseCall = false ) : void
content CLS_Content
object_this object
valuename string
value object
isBaseCall bool
return void

New() public method

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

RegHelper_SInstanceFunction() public method

public RegHelper_SInstanceFunction ( Type type ) : System
type System.Type
return System

StaticCall() public method

public StaticCall ( CLS_Content content, string function, BetterList _params ) : CLS_Content.Value
content CLS_Content
function string
_params BetterList
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 ) : void
content CLS_Content
valuename string
value object
return void