C# Class CSLE.DeleFunction

Show file Open project: lightszero/cslightcore Class Usage Examples

Public Properties

Property Type Description
callthis SInstance
calltype SType
function string

Public Methods

Method Description
DeleFunction ( SType stype, SInstance _this, string function ) : System
cacheFunction ( Type deletype, Delegate dele ) : Delegate

Method Details

DeleFunction() public method

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

cacheFunction() public method

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

Property Details

callthis public property

public SInstance,CSLE callthis
return SInstance

calltype public property

public SType,CSLE calltype
return SType

function public property

public string function
return string