C# Класс CSLE.DeleFunction

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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