Click or drag to resize

IModuleUses Property

Gets the Module's uses array.

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

Property Value

String
The Module's uses array.
Remarks
This is the set of '#Uses macros used by this module.
See Also