FIMEMORY Structure

FreeImage.NET

FIMEMORY Structure
The FIMEMORY structure is a handle to an opened memory stream.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
[SerializableAttribute]
public struct FIMEMORY : IComparable, IComparable<FIMEMORY>, 
	IEquatable<FIMEMORY>

The FIMEMORY type exposes the following members.

Properties
  NameDescription
Public propertyIsNull
Gets whether the pointer is a null pointer or not.
Top
Methods
  NameDescription
Public methodCompareTo(Object)
Compares this instance with a specified Object.
Public methodCompareTo(FIMEMORY)
Compares this instance with a specified FIMEMORY object.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(FIMEMORY)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Returns a hash code for this FIMEMORY structure.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetNull
Sets the handle to null.
Public methodToString
Converts the numeric value of the FIMEMORY object to its equivalent string representation.
(Overrides ValueTypeToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Tests whether two specified FIMEMORY structures are equivalent.
Public operatorStatic memberInequality
Tests whether two specified FIMEMORY structures are different.
Top
Fields
  NameDescription
Public fieldStatic memberZero
A read-only field that represents a handle that has been initialized to zero.
Top
See Also