Gets all the variables defined at global scope within the current namespace.
Namespace:
?
System.Diagnostics.SymbolStore
Assembly:
?
mscorlib (in mscorlib.dll)
Syntax
JavaScript |
---|
function getVariables(); |
Return Value
The variables defined at global scope within the current namespace.
See Also