C# Class PdbReader.Types.CFunc

Inheritance: CWrap
Afficher le fichier Open project: LibreCrops/cdef Class Usage Examples

Méthodes publiques

Méthode Description
Accept ( IWrapVisitor visitor ) : void
Add ( CType type ) : void
CFunc ( CType retType ) : System
CFunc ( CType retType, CallConv callConv ) : System

Method Details

Accept() public méthode

public Accept ( IWrapVisitor visitor ) : void
visitor IWrapVisitor
Résultat void

Add() public méthode

public Add ( CType type ) : void
type CType
Résultat void

CFunc() public méthode

public CFunc ( CType retType ) : System
retType CType
Résultat System

CFunc() public méthode

public CFunc ( CType retType, CallConv callConv ) : System
retType CType
callConv CallConv
Résultat System