Declares a string.

Namespace: SharpAssembler.Core.Instructions
Assembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class DeclareString : Constructable
Visual Basic
Public Class DeclareString _
	Inherits Constructable
Visual C++
public ref class DeclareString : public Constructable

Contracts

Invariants
this.data != null
this.encoding != null

Inheritance Hierarchy

System..::..Object
  SharpAssembler.Core..::..Constructable
    SharpAssembler.Core.Instructions..::..DeclareString

See Also