C# 클래스 CSLE.DeleFunction

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

공개 프로퍼티들

프로퍼티 타입 설명
callthis SInstance
calltype SType
function string

공개 메소드들

메소드 설명
DeleFunction ( SType stype, SInstance _this, string function ) : System
cacheFunction ( Type deletype, Delegate dele ) : Delegate

메소드 상세

DeleFunction() 공개 메소드

public DeleFunction ( SType stype, SInstance _this, string function ) : System
stype SType
_this SInstance
function string
리턴 System

cacheFunction() 공개 메소드

public cacheFunction ( Type deletype, Delegate dele ) : Delegate
deletype System.Type
dele System.Delegate
리턴 System.Delegate

프로퍼티 상세

callthis 공개적으로 프로퍼티

public SInstance,CSLE callthis
리턴 SInstance

calltype 공개적으로 프로퍼티

public SType,CSLE calltype
리턴 SType

function 공개적으로 프로퍼티

public string function
리턴 string