Click or drag to resize

ModuleUses Property

Gets the Module's uses array.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
public string[] Uses { get; }

Property Value

String
The Module's uses array.

Implements

IModuleUses
Remarks
This is the set of '#Uses macros used by this module.
See Also