Gets or sets whether the contents of this section is zeroed. It is assumed to be present in memory on
            execution, but is not written in the file.
            
Namespace: SharpAssembler.CoreAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public bool NoBits { get; set; } | 
| Visual Basic | 
|---|
| Public Property NoBits As Boolean
	Get
	Set | 
| Visual C++ | 
|---|
| public:
property bool NoBits {
	bool get ();
	void set (bool value);
} | 
Field Value
trueTruetruetrue (True in Visual Basic) to set the 
Virtual flag;
            otherwise, 
falseFalsefalsefalse (False in Visual Basic) to clear it.
 See Also
See Also