-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_HGlobalScope
Andrew Koryavchenko edited this page Jun 17, 2018
·
3 revisions
Wraps AllocHGlobal(IntPtr) and FreeHGlobal(IntPtr).
System.Object
System.Runtime.ConstrainedExecution.CriticalFinalizerObject
CodeJam.HGlobalScope
CodeJam.HGlobalScope(T)
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
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.
Name | Description | |
---|---|---|
Data | Pointer to data. | |
Length | Length |
Name | Description | |
---|---|---|
Dispose | Dispose method to free all resources. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Finalizer. (Overrides CriticalFinalizerObject.Finalize().) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |