-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_HGlobalScope_1__ctor_1
Andrew Koryavchenko edited this page Jun 17, 2018
·
3 revisions
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
C#
public HGlobalScope(
int cb
)
VB
Public Sub New (
cb As Integer
)
F#
new :
cb : int -> HGlobalScope
- cb
- Type: System.Int32
The required number of bytes in memory.
HGlobalScope(T) Class
HGlobalScope(T) Overload
CodeJam Namespace