C# Class LLVM.Module

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

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

Dump() public méthode

public Dump ( ) : void
Résultat void

GetFunction() public méthode

public GetFunction ( string name ) : Function
name string
Résultat Function

Module() public méthode

public Module ( string name ) : System
name string
Résultat System