Declares a string.
            
Namespace: SharpAssembler.Core.InstructionsAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public class DeclareString : Constructable | 
| Visual Basic | 
|---|
| Public Class DeclareString _ Inherits Constructable | 
| Visual C++ | 
|---|
| public ref class DeclareString : public Constructable | 
 Contracts
Contracts
| Invariants | 
|---|
| this.data != null | 
| this.encoding != null | 
 Inheritance Hierarchy
Inheritance Hierarchy
System..::..Object
SharpAssembler.Core..::..Constructable
SharpAssembler.Core.Instructions..::..DeclareString
SharpAssembler.Core..::..Constructable
SharpAssembler.Core.Instructions..::..DeclareString





