PEReaderExtensions クラス
定義
public ref class PEReaderExtensions abstract sealed
public static class PEReaderExtensions
type PEReaderExtensions = class
Public Module PEReaderExtensions
- 継承
-
PEReaderExtensions
メソッド
GetMetadataReader(PEReader) |
PEReader から MetadataReader を取得します。Gets a MetadataReader from a PEReader. |
GetMetadataReader(PEReader, MetadataReaderOptions) |
PEReader から、指定したメタデータ読み取り構成でメタデータ リーダーを取得します。Gets a metadata reader with the specified metadata reading configuration from a PEReader. |
GetMetadataReader(PEReader, MetadataReaderOptions, MetadataStringDecoder) |
PEReader から、指定したメタデータ読み取り構成とエンコード構成でメタデータ リーダーを取得します。Gets a metadata reader with the specified metadata reading configuration and encoding configuration from a PEReader. |
GetMethodBody(PEReader, Int32) |
指定した Relative Virtual Address (RVA) でメソッドの本体ブロックを返します。Returns a body block of a method with the specified Relative Virtual Address (RVA); |