IModulePublicMethodNames Method |
Gets the
Module's public method names.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntaxstring[] PublicMethodNames(
string ClassName
)
Function PublicMethodNames (
ClassName As String
) As String()
array<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