C# Class kOS.kOSExternalFunction

Afficher le fichier Open project: Nivekk/KOS

Méthodes publiques

Свойство Type Description
MethodName String
Name String
ParameterCount int
Parent object
regex String

Méthodes publiques

Méthode Description
kOSExternalFunction ( String name, object parent, String methodName, int parameterCount ) : System

Method Details

kOSExternalFunction() public méthode

public kOSExternalFunction ( String name, object parent, String methodName, int parameterCount ) : System
name String
parent object
methodName String
parameterCount int
Résultat System

Property Details

MethodName public_oe property

public String MethodName
Résultat String

Name public_oe property

public String Name
Résultat String

ParameterCount public_oe property

public int ParameterCount
Résultat int

Parent public_oe property

public object Parent
Résultat object

regex public_oe property

public String regex
Résultat String