C# Class LLVM.TargetData

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Create ( string triple ) : TargetData
Dispose ( ) : void
Dispose ( bool disposing ) : void
TargetData ( LLVMTargetDataRef handle, bool needsDisposing ) : System

Method Details

Create() public static méthode

public static Create ( string triple ) : TargetData
triple string
Résultat TargetData

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() public méthode

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

TargetData() public méthode

public TargetData ( LLVMTargetDataRef handle, bool needsDisposing ) : System
handle LLVMTargetDataRef
needsDisposing bool
Résultat System