C# Class kOS.Safe.Function.FunctionManager

Inheritance: IFunctionManager
Afficher le fichier Open project: KSP-KOS/KOS

Méthodes publiques

Méthode Description
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

Method Details

CallFunction() public méthode

public CallFunction ( string functionName ) : void
functionName string
Résultat void

Exists() public méthode

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
Résultat bool

FunctionManager() public méthode

public FunctionManager ( SafeSharedObjects shared ) : System
shared SafeSharedObjects
Résultat System

Load() public méthode

public Load ( ) : void
Résultat void

RegisterMethod() public static méthode

public static RegisterMethod ( Attribute attr, Type type ) : void
attr System.Attribute
type System.Type
Résultat void