-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_HGlobal
Andrew Koryavchenko edited this page Jun 17, 2018
·
4 revisions
HGlobal wrapper.
System.Object
CodeJam.HGlobal
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static class HGlobal
VB
Public NotInheritable Class HGlobal
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type HGlobal = class end
Name | Description | |
---|---|---|
Create(Int32) | Create a new HGlobal with given size. | |
Create(T)() | Create a new HGlobal with sizeof(). | |
Create(T)(Int32) | Create a new HGlobal with given size. |