C# Класс kOS.Safe.Function.FunctionManager

Наследование: IFunctionManager
Показать файл Открыть проект

Открытые методы

Метод Описание
CallFunction ( string functionName ) : void
Exists ( string functionName ) : bool

Find out if the function with the name given exists already in the built-in hardcoded functions set (as opposed to the user functions).

FunctionManager ( SafeSharedObjects shared ) : System
Load ( ) : void
RegisterMethod ( Attribute attr, Type type ) : void

Описание методов

CallFunction() публичный Метод

public CallFunction ( string functionName ) : void
functionName string
Результат void

Exists() публичный Метод

Find out if the function with the name given exists already in the built-in hardcoded functions set (as opposed to the user functions).
public Exists ( string functionName ) : bool
functionName string check if this function exists
Результат bool

FunctionManager() публичный Метод

public FunctionManager ( SafeSharedObjects shared ) : System
shared SafeSharedObjects
Результат System

Load() публичный Метод

public Load ( ) : void
Результат void

RegisterMethod() публичный статический Метод

public static RegisterMethod ( Attribute attr, Type type ) : void
attr System.Attribute
type System.Type
Результат void