C# 클래스 CSLE.RegHelper_SInstance.RegHelper_SInstanceFunction

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

공개 메소드들

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

메소드 상세

IndexGet() 공개 메소드

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

IndexSet() 공개 메소드

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

MemberCall() 공개 메소드

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
리턴 CLS_Content.Value

MemberValueGet() 공개 메소드

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
리턴 CLS_Content.Value

MemberValueSet() 공개 메소드

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

New() 공개 메소드

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

RegHelper_SInstanceFunction() 공개 메소드

public RegHelper_SInstanceFunction ( Type type ) : System
type System.Type
리턴 System

StaticCall() 공개 메소드

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