C# Class LLVM.TargetData

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

Private Properties

Property Type Description

Public Methods

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

Method Details

Create() public static method

public static Create ( string triple ) : TargetData
triple string
return TargetData

Dispose() public method

public Dispose ( ) : void
return void

Dispose() public method

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

TargetData() public method

public TargetData ( LLVMTargetDataRef handle, bool needsDisposing ) : System
handle LLVMTargetDataRef
needsDisposing bool
return System