C# Class LLVM.GenericValue

Inheritance: IDisposable, IPointerWrapper
Afficher le fichier Open project: aaronrandolph/LLVM.NET Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( bool disposing ) : void
disposing bool
Résultat void

GenericValue() public méthode

public GenericValue ( LLVMGenericValueRef value ) : System
value LLVMGenericValueRef
Résultat System

ToInt() public méthode

public ToInt ( ) : long
Résultat long

ToReal() public méthode

public ToReal ( ) : double
Résultat double

ToUInt() public méthode

public ToUInt ( ) : ulong
Résultat ulong