C# Class CSLE.DeleFunction

显示文件 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_oe property

public SInstance,CSLE callthis
return SInstance

calltype public_oe property

public SType,CSLE calltype
return SType

function public_oe property

public string function
return string