Skip to content

T_CodeJam_HGlobalScope

andrewvk edited this page Nov 5, 2016 · 3 revisions

HGlobalScope Class

Wraps AllocHGlobal(IntPtr) and FreeHGlobal(IntPtr).

Inheritance Hierarchy

System.Object
  System.Runtime.ConstrainedExecution.CriticalFinalizerObject
    CodeJam.HGlobalScope
      CodeJam.HGlobalScope(T)
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

[SecurityCriticalAttribute]
public class HGlobalScope : CriticalFinalizerObject, 
	IDisposable

VB

<SecurityCriticalAttribute>
Public Class HGlobalScope
	Inherits CriticalFinalizerObject
	Implements IDisposable

F#

[<SecurityCriticalAttribute>]
type HGlobalScope =  
    class
        inherit CriticalFinalizerObject
        interface IDisposable
    end

The HGlobalScope type exposes the following members.

Properties

 

Name Description
Public property Data Pointer to data.
Public property Length Length
  Back to Top

Methods

 

Name Description
Public method Dispose Dispose method to free all resources.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Finalizer. (Overrides CriticalFinalizerObject.Finalize().)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

See Also

Reference

CodeJam Namespace

Clone this wiki locally