C# Class PERWAPI.MethSig

Afficher le fichier Open project: xored/f4 Class Usage Examples

Private Methods

Méthode Description
BuildCILInfo ( CILWriter output ) : void
BuildSignatures ( MetaDataOut md ) : void
BuildTables ( MetaDataOut md ) : void
ChangeParTypes ( ClassDef newType, ClassDef oldTypes ) : void
HasCallConv ( CallConv callCon ) : bool

Check to see if the method signature has a particular calling convention.

HasSig ( Type sigTypes ) : bool
HasSig ( Type sigTypes, Type optTypes ) : bool
InstantiateGenTypes ( Class classType, Type genTypes ) : MethSig
MakeRefParTypes ( ) : Type[]
MakeRefRetType ( ) : Type
MethSig ( string nam ) : System
NameString ( ) : string
ReplaceGenPars ( Type typeList, MetaDataElement paren, Type genTypes ) : Type[]
SetParTypes ( Param parList ) : void
SubstituteType ( Type origType, MetaDataElement paren, Type genTypes ) : Type
TypeSig ( MemoryStream sig ) : void
Write ( CILWriter output ) : void
WriteCallConv ( CILWriter output ) : void
WriteParTypes ( CILWriter output ) : void