C# 클래스 LLVM.TargetData

상속: IDisposable, IPointerWrapper
파일 보기 프로젝트 열기: aaronrandolph/LLVM.NET 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Create ( string triple ) : TargetData
Dispose ( ) : void
Dispose ( bool disposing ) : void
TargetData ( LLVMTargetDataRef handle, bool needsDisposing ) : System

메소드 상세

Create() 공개 정적인 메소드

public static Create ( string triple ) : TargetData
triple string
리턴 TargetData

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 공개 메소드

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

TargetData() 공개 메소드

public TargetData ( LLVMTargetDataRef handle, bool needsDisposing ) : System
handle LLVMTargetDataRef
needsDisposing bool
리턴 System