Click or drag to resize
Llvm.NET LogoContext Properties

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

The Context type exposes the following members.

Properties
  NameDescription
Public propertyBoolType
Get's the LLVM boolean type for this context
Public propertyStatic memberCurrentContext
Current context for the current thread
Public propertyDoubleType
Get's the LLVM double precision floating point type for this context
Public propertyFloatType
Get's the LLVM single precision floating point type for this context
Public propertyHalfFloatType
Get's the LLVM half precision floating point type for this context
Public propertyInt16Type
Get's the LLVM 16 bit integer type for this context
Public propertyInt32Type
Get's the LLVM 32 bit integer type for this context
Public propertyInt64Type
Get's the LLVM 64 bit integer type for this context
Public propertyInt8Type
Get's the LLVM 8 bit integer type for this context
Public propertyIsDisposed
Flag to indicate if this instance is still valid
Public propertyMetadata
Gets an enumerable collection of all the metadata created in this context
Public propertyVoidType
Get's the LLVM void type for this context
Top
See Also