Click or drag to resize
Llvm.NET LogoMemoryBuffer Class

[This is preliminary documentation and is subject to change.]

LLVM MemoryBuffer
Inheritance Hierarchy
SystemObject
  Llvm.NETMemoryBuffer

Namespace:  Llvm.NET
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public sealed class MemoryBuffer : IDisposable

The MemoryBuffer type exposes the following members.

Constructors
  NameDescription
Public methodMemoryBuffer
Load a file as an LLVM Memory Buffer
Top
Properties
  NameDescription
Public propertySize
Size of the buffer
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the MemoryBuffer
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also