C# Класс TUP.AsmResolver.NET.NETHeader

Represents a .NET header from an application. This header is only available if the assembly is written in a .NET language.
Наследование: IHeader, IDisposable, IDataDirectoryProvider, ICacheProvider
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ClearCache ( ) : void
Dispose ( ) : void

Frees all heaps and streams that are being used.

FromAssembly ( Win32Assembly assembly ) : NETHeader

Gets the Portable Executeable's NT header by specifing the assembly.

HasStream ( string name ) : bool

Returns true when a stream specified by its name is present in the assembly.

LoadCache ( ) : void

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

Метод Описание
NETHeader ( ) : System

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

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

public ClearCache ( ) : void
Результат void

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

Frees all heaps and streams that are being used.
public Dispose ( ) : void
Результат void

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

Gets the Portable Executeable's NT header by specifing the assembly.
public static FromAssembly ( Win32Assembly assembly ) : NETHeader
assembly Win32Assembly The assembly to read the nt header
Результат NETHeader

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

Returns true when a stream specified by its name is present in the assembly.
public HasStream ( string name ) : bool
name string The name of the stream.
Результат bool

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

public LoadCache ( ) : void
Результат void