C# Класс AsmResolver.Net.Signatures.MethodSignature

Наследование: MemberSignature
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
FromReader ( MetadataHeader header, IBinaryStreamReader reader ) : MethodSignature
GetPhysicalLength ( ) : uint
MethodSignature ( ) : System
MethodSignature ( IEnumerable parameters, TypeSignature returnType ) : System
MethodSignature ( IEnumerable parameters, TypeSignature returnType ) : System
MethodSignature ( TypeSignature returnType ) : System
ToString ( ) : string
Write ( WritingContext context ) : void

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

FromReader() публичный статический Метод

public static FromReader ( MetadataHeader header, IBinaryStreamReader reader ) : MethodSignature
header MetadataHeader
reader IBinaryStreamReader
Результат MethodSignature

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

public GetPhysicalLength ( ) : uint
Результат uint

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

public MethodSignature ( ) : System
Результат System

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

public MethodSignature ( IEnumerable parameters, TypeSignature returnType ) : System
parameters IEnumerable
returnType TypeSignature
Результат System

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

public MethodSignature ( IEnumerable parameters, TypeSignature returnType ) : System
parameters IEnumerable
returnType TypeSignature
Результат System

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

public MethodSignature ( TypeSignature returnType ) : System
returnType TypeSignature
Результат System

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

public ToString ( ) : string
Результат string

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

public Write ( WritingContext context ) : void
context WritingContext
Результат void