Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 957 Bytes

d22d73ba-283f-94e4-1b3c-267424094bba.md

File metadata and controls

46 lines (32 loc) · 957 Bytes

BlastPackageData.AllocatedDataSegmentSize Property

the size with stack included depending on flags

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

Syntax

C#

public ushort AllocatedDataSegmentSize {
	get;
 }

VB

Public ReadOnly Property AllocatedDataSegmentSize As UShort
		Get

C++

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

F#

member AllocatedDataSegmentSize : uint16 with 
		get

Property Value

Type: UInt16

See Also

Reference

BlastPackageData Structure
NSS.Blast Namespace