C# Class kOS.kOSExternalFunction

ファイルを表示 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_oe property

public String MethodName
return String

Name public_oe property

public String Name
return String

ParameterCount public_oe property

public int ParameterCount
return int

Parent public_oe property

public object Parent
return object

regex public_oe property

public String regex
return String