Property | Type | Description | |
---|---|---|---|
PreloadArguments | bool | ||
PreloadGlobal | bool | ||
PreloadParent | bool | ||
PreloadRoot | bool | ||
PreloadSuper | bool | ||
PreloadThis | bool | ||
SuppressArguments | bool | ||
SuppressSuper | bool | ||
SuppressThis | bool |
Property | Type | Description | |
---|---|---|---|
CheckExclusion | void |
Method | Description | |
---|---|---|
ToString ( ) : string |
ToString method, called by outer class´ ToString
|
|
VariableFlagSet ( bool loadParent, bool loadRoot, bool dontSuper, bool loadSuper, bool dontArgs, bool loadArgs, bool dontThis, bool loadThis, bool loadGlobal ) : System |
constructor
|
Method | Description | |
---|---|---|
CheckExclusion ( ) : void |
check wether flags exclude each other
|
public VariableFlagSet ( bool loadParent, bool loadRoot, bool dontSuper, bool loadSuper, bool dontArgs, bool loadArgs, bool dontThis, bool loadThis, bool loadGlobal ) : System | ||
loadParent | bool | |
loadRoot | bool | |
dontSuper | bool | |
loadSuper | bool | |
dontArgs | bool | |
loadArgs | bool | |
dontThis | bool | |
loadThis | bool | |
loadGlobal | bool | |
return | System |