DdmWriter.BeginDss Method

Definition

Overloads

BeginDss(Boolean, Int32)
BeginDss(Int32, Boolean)

BeginDss(Boolean, Int32)

public:
 void BeginDss(bool chainedToNextStructure, int dssType);
public void BeginDss (bool chainedToNextStructure, int dssType);
member this.BeginDss : bool * int -> unit
Public Sub BeginDss (chainedToNextStructure As Boolean, dssType As Integer)

Parameters

chainedToNextStructure
Boolean
dssType
Int32

Applies to

BeginDss(Int32, Boolean)

public:
 void BeginDss(int dssType, bool checkLength);
public void BeginDss (int dssType, bool checkLength);
member this.BeginDss : int * bool -> unit
Public Sub BeginDss (dssType As Integer, checkLength As Boolean)

Parameters

dssType
Int32
checkLength
Boolean

Applies to