C# Class LLVM.GenericValue

Inheritance: IDisposable, IPointerWrapper
Show file Open project: aaronrandolph/LLVM.NET Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Dispose ( ) : void
Dispose ( bool disposing ) : void
GenericValue ( LLVMGenericValueRef value ) : System
ToInt ( ) : long
ToReal ( ) : double
ToUInt ( ) : ulong

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() public method

public Dispose ( bool disposing ) : void
disposing bool
return void

GenericValue() public method

public GenericValue ( LLVMGenericValueRef value ) : System
value LLVMGenericValueRef
return System

ToInt() public method

public ToInt ( ) : long
return long

ToReal() public method

public ToReal ( ) : double
return double

ToUInt() public method

public ToUInt ( ) : ulong
return ulong