C# Класс PERWAPI.MethodRef

Descriptor for a method defined in another assembly/module
Наследование: Method
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
MakeVarArgMethod ( MethodDef paren, Type optPars ) : void
SetOptParTypes ( Type pars ) : void

Set the list of optional parameter types for this method

SetParTypes ( Type pars ) : void

Set the parameter types for this method

Приватные методы

Метод Описание
BuildCILInfo ( CILWriter output ) : void
BuildSignatures ( MetaDataOut md ) : void
BuildTables ( MetaDataOut md ) : void
GetCodedIx ( CIx code ) : uint
MakeGenericPars ( uint num ) : void
MethodRef ( Class paren, string name, Type retType, Type pars ) : System
MethodRef ( MethSig sig ) : System
MethodRef ( uint parIx, string name, uint sigIx ) : System
Resolve ( PEReader buff ) : void
ResolveParent ( PEReader buff ) : Member
Size ( MetaData md ) : uint
TypeSig ( MemoryStream sigStream ) : void
Write ( PEWriter output ) : void

Описание методов

MakeVarArgMethod() публичный Метод

public MakeVarArgMethod ( MethodDef paren, Type optPars ) : void
paren MethodDef
optPars Type
Результат void

SetOptParTypes() публичный Метод

Set the list of optional parameter types for this method
public SetOptParTypes ( Type pars ) : void
pars Type list of optional parameter types
Результат void

SetParTypes() публичный Метод

Set the parameter types for this method
public SetParTypes ( Type pars ) : void
pars Type List of types of method parameters
Результат void