Skip to content

T_CodeJam_HGlobal

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

HGlobal Class

HGlobal wrapper.

Inheritance Hierarchy

System.Object
  CodeJam.HGlobal
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public static class HGlobal

VB

Public NotInheritable Class HGlobal

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
type HGlobal =  class end

Methods

 

Name Description
Public methodStatic member Create(Int32) Create a new HGlobal with given size.
Public methodStatic member Create(T)() Create a new HGlobal with sizeof().
Public methodStatic member Create(T)(Int32) Create a new HGlobal with given size.
  Back to Top

See Also

Reference

CodeJam Namespace

Clone this wiki locally