Skip to content

M_CodeJam_HGlobalScope_1__ctor_1

Andrew Koryavchenko edited this page Jun 17, 2018 · 3 revisions

HGlobalScope(T) Constructor (Int32)

Allocates memory from the unmanaged memory of the process by using the specified number of bytes.

Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public HGlobalScope(
	int cb
)

VB

Public Sub New ( 
	cb As Integer
)

F#

new : 
        cb : int -> HGlobalScope

Parameters

 

cb
Type: System.Int32
The required number of bytes in memory.

See Also

Reference

HGlobalScope(T) Class
HGlobalScope(T) Overload
CodeJam Namespace

Clone this wiki locally