C# Class CSLE.DeleFunction

Afficher le fichier Open project: lightszero/cslightcore Class Usage Examples

Méthodes publiques

Свойство Type Description
callthis SInstance
calltype SType
function string

Méthodes publiques

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

Method Details

DeleFunction() public méthode

public DeleFunction ( SType stype, SInstance _this, string function ) : System
stype SType
_this SInstance
function string
Résultat System

cacheFunction() public méthode

public cacheFunction ( Type deletype, Delegate dele ) : Delegate
deletype System.Type
dele System.Delegate
Résultat System.Delegate

Property Details

callthis public_oe property

public SInstance,CSLE callthis
Résultat SInstance

calltype public_oe property

public SType,CSLE calltype
Résultat SType

function public_oe property

public string function
Résultat string