C# 클래스 LLVM.ExecutionEngine

상속: IDisposable, IPointerWrapper
파일 보기 프로젝트 열기: aaronrandolph/LLVM.NET

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Dispose ( ) : void
Dispose ( bool disposing ) : void
ExecutionEngine ( Module module ) : System
GetTargetData ( ) : TargetData
RunFunction ( Function function, GenericValue args ) : GenericValue

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( bool disposing ) : void
disposing bool
리턴 void

ExecutionEngine() 공개 메소드

public ExecutionEngine ( Module module ) : System
module Module
리턴 System

GetTargetData() 공개 메소드

public GetTargetData ( ) : TargetData
리턴 TargetData

RunFunction() 공개 메소드

public RunFunction ( Function function, GenericValue args ) : GenericValue
function Function
args GenericValue
리턴 GenericValue