C# Класс PERWAPI.MethodSpec

Descriptor for an Instantiation of a generic method
Наследование: Method
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetGenericParamTypes ( ) : Type[]
GetMethParent ( ) : Method
MethodSpec ( Method mParent, Type instTypes ) : System

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

Метод Описание
BuildSignatures ( MetaDataOut md ) : void
BuildTables ( MetaDataOut md ) : void
MethodSpec ( PEReader buff ) : System
Read ( PEReader buff, TableRow specs ) : void
Resolve ( PEReader buff ) : void
Size ( MetaData md ) : uint
TypeSig ( MemoryStream str ) : void
Write ( PEWriter output ) : void

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

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

public GetGenericParamTypes ( ) : Type[]
Результат Type[]

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

public GetMethParent ( ) : Method
Результат Method

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

public MethodSpec ( Method mParent, Type instTypes ) : System
mParent Method
instTypes Type
Результат System