Click or drag to resize

IModulePublicMethodNames Method

Gets the Module's public method names.

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

Parameters

ClassName  String
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.
Remarks
Return an array of the public method names defined by a class in this module.
See Also