Show / Hide Table of Contents

Class ManifestResource

Inheritance
object
AbstractStructure
AbstractTable
ManifestResource
Inherited Members
AbstractTable.HeapSizes
AbstractTable.IndexSizes
AbstractTable.CurrentOffset
AbstractTable.ReadSize(uint)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: PeNet.Header.Net.MetaDataTables
Assembly: PeNet.dll
Syntax
public class ManifestResource : AbstractTable

Constructors

| Edit this page View Source

ManifestResource(IRawFile, long, HeapSizes, IndexSize)

Declaration
public ManifestResource(IRawFile peFile, long offset, HeapSizes heapSizes, IndexSize indexSizes)
Parameters
Type Name Description
IRawFile peFile
long offset
HeapSizes heapSizes
IndexSize indexSizes

Properties

| Edit this page View Source

Flags

Declaration
public uint Flags { get; }
Property Value
Type Description
uint
| Edit this page View Source

Implementation

Declaration
public uint Implementation { get; }
Property Value
Type Description
uint
| Edit this page View Source

Name

Declaration
public uint Name { get; }
Property Value
Type Description
uint
| Edit this page View Source

Offset

Declaration
public uint Offset { get; }
Property Value
Type Description
uint
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX