Click or drag to resize

ModulePublicMethodNames Method

Gets the Module's public method names.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
public string[] PublicMethodNames(
	string ClassName = null
)

Parameters

ClassName  String  (Optional)
The name of the class in the module. Omit or use "" to get the top level method names.

Return Value

String
The Module's public method names.

Implements

IModulePublicMethodNames(String)
Remarks
Return an array of the public method names defined by a class in this module.
See Also