C# 클래스 Mono.VisualC.Interop.ABI.CppAbi

파일 보기 프로젝트 열기: shana/cppinterop 1 사용 예제들

공개 메소드들

메소드 설명
GetMangleType ( ICustomAttributeProvider icap, Type managedType ) : CppType
IsArtificial ( MethodInfo method ) : bool
IsByVal ( ICustomAttributeProvider icap ) : bool
IsConst ( MethodInfo method ) : bool
IsCopyConstructor ( MethodInfo method ) : bool
IsInline ( MethodInfo method ) : bool
IsPrivate ( MethodInfo method ) : bool
IsProtected ( MethodInfo method ) : bool
IsStatic ( MethodInfo method ) : bool
IsVirtual ( MethodInfo method ) : bool

메소드 상세

GetMangleType() 공개 메소드

public GetMangleType ( ICustomAttributeProvider icap, Type managedType ) : CppType
icap ICustomAttributeProvider
managedType Type
리턴 Mono.VisualC.Interop.CppType

IsArtificial() 공개 메소드

public IsArtificial ( MethodInfo method ) : bool
method MethodInfo
리턴 bool

IsByVal() 공개 메소드

public IsByVal ( ICustomAttributeProvider icap ) : bool
icap ICustomAttributeProvider
리턴 bool

IsConst() 공개 메소드

public IsConst ( MethodInfo method ) : bool
method MethodInfo
리턴 bool

IsCopyConstructor() 공개 메소드

public IsCopyConstructor ( MethodInfo method ) : bool
method MethodInfo
리턴 bool

IsInline() 공개 메소드

public IsInline ( MethodInfo method ) : bool
method MethodInfo
리턴 bool

IsPrivate() 공개 메소드

public IsPrivate ( MethodInfo method ) : bool
method MethodInfo
리턴 bool

IsProtected() 공개 메소드

public IsProtected ( MethodInfo method ) : bool
method MethodInfo
리턴 bool

IsStatic() 공개 메소드

public IsStatic ( MethodInfo method ) : bool
method MethodInfo
리턴 bool

IsVirtual() 공개 메소드

public IsVirtual ( MethodInfo method ) : bool
method MethodInfo
리턴 bool