C# 클래스 LLVM.TypeRef

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

공개 프로퍼티들

프로퍼티 타입 설명
Null TypeRef

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CreateBool ( ) : TypeRef
CreateDouble ( ) : TypeRef
CreateFloat ( ) : TypeRef
CreateInt16 ( ) : TypeRef
CreateInt32 ( ) : TypeRef
CreateInt64 ( ) : TypeRef
CreateInt8 ( ) : TypeRef
CreateNullValue ( ) : Value
CreatePointer ( TypeRef target ) : TypeRef
CreateVoid ( ) : TypeRef
Tostring ( TypeRef type ) : String
TypeRef ( LLVMTypeRef handle, LLVMTypeRef pointed = null ) : System

메소드 상세

CreateBool() 공개 정적인 메소드

public static CreateBool ( ) : TypeRef
리턴 TypeRef

CreateDouble() 공개 정적인 메소드

public static CreateDouble ( ) : TypeRef
리턴 TypeRef

CreateFloat() 공개 정적인 메소드

public static CreateFloat ( ) : TypeRef
리턴 TypeRef

CreateInt16() 공개 정적인 메소드

public static CreateInt16 ( ) : TypeRef
리턴 TypeRef

CreateInt32() 공개 정적인 메소드

public static CreateInt32 ( ) : TypeRef
리턴 TypeRef

CreateInt64() 공개 정적인 메소드

public static CreateInt64 ( ) : TypeRef
리턴 TypeRef

CreateInt8() 공개 정적인 메소드

public static CreateInt8 ( ) : TypeRef
리턴 TypeRef

CreateNullValue() 공개 메소드

public CreateNullValue ( ) : Value
리턴 Value

CreatePointer() 공개 정적인 메소드

public static CreatePointer ( TypeRef target ) : TypeRef
target TypeRef
리턴 TypeRef

CreateVoid() 공개 정적인 메소드

public static CreateVoid ( ) : TypeRef
리턴 TypeRef

Tostring() 공개 정적인 메소드

public static Tostring ( TypeRef type ) : String
type TypeRef
리턴 String

TypeRef() 공개 메소드

public TypeRef ( LLVMTypeRef handle, LLVMTypeRef pointed = null ) : System
handle LLVMTypeRef
pointed LLVMTypeRef
리턴 System

프로퍼티 상세

Null 공개적으로 정적으로 프로퍼티

public static TypeRef,LLVM Null
리턴 TypeRef