C# Class LLVM.Module

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
Dump ( ) : void
GetFunction ( string name ) : Function
Module ( string name ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() public method

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

Dump() public method

public Dump ( ) : void
return void

GetFunction() public method

public GetFunction ( string name ) : Function
name string
return Function

Module() public method

public Module ( string name ) : System
name string
return System