C# 클래스 PdbReader.Types.CFunc

상속: CWrap
파일 보기 프로젝트 열기: LibreCrops/cdef 1 사용 예제들

공개 메소드들

메소드 설명
Accept ( IWrapVisitor visitor ) : void
Add ( CType type ) : void
CFunc ( CType retType ) : System
CFunc ( CType retType, CallConv callConv ) : System

메소드 상세

Accept() 공개 메소드

public Accept ( IWrapVisitor visitor ) : void
visitor IWrapVisitor
리턴 void

Add() 공개 메소드

public Add ( CType type ) : void
type CType
리턴 void

CFunc() 공개 메소드

public CFunc ( CType retType ) : System
retType CType
리턴 System

CFunc() 공개 메소드

public CFunc ( CType retType, CallConv callConv ) : System
retType CType
callConv CallConv
리턴 System