Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 976 Bytes

e4530571-d4e7-67d5-f068-4eae490ba5f5.md

File metadata and controls

46 lines (32 loc) · 976 Bytes

BlastPackageData.DataSegmentSize Property

the size if stack would be included, while on normal packaging mode there is no seperate buffer there is a size

Namespace: NSS.Blast
Assembly: BLAST (in BLAST.dll) Version: 1.0.0

Syntax

C#

public ushort DataSegmentSize {
	get;
 }

VB

Public ReadOnly Property DataSegmentSize As UShort
		Get

C++

public:
property unsigned short DataSegmentSize {
		unsigned short get ();
}

F#

member DataSegmentSize : uint16 with 
		get

Property Value

Type: UInt16

See Also

Reference

BlastPackageData Structure
NSS.Blast Namespace