C# Class kOS.kOSExternalFunction

Show file Open project: Nivekk/KOS

Public Properties

Property Type Description
MethodName String
Name String
ParameterCount int
Parent object
regex String

Public Methods

Method Description
kOSExternalFunction ( String name, object parent, String methodName, int parameterCount ) : System

Method Details

kOSExternalFunction() public method

public kOSExternalFunction ( String name, object parent, String methodName, int parameterCount ) : System
name String
parent object
methodName String
parameterCount int
return System

Property Details

MethodName public property

public String MethodName
return String

Name public property

public String Name
return String

ParameterCount public property

public int ParameterCount
return int

Parent public property

public object Parent
return object

regex public property

public String regex
return String