Show / Hide Table of Contents

Class Copyright

The copyright ASCII (not 0-terminated) string of the PE file if any is given.

Inheritance
object
AbstractStructure
Copyright
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: PeNet.Header.Pe
Assembly: PeNet.dll
Syntax
public class Copyright : AbstractStructure

Constructors

| Edit this page View Source

Copyright(IRawFile, long)

Create a new copyright object.

Declaration
public Copyright(IRawFile peFile, long offset)
Parameters
Type Name Description
IRawFile peFile

A PE file.

long offset

Offset to the copyright string in the binary.

Properties

| Edit this page View Source

CopyrightString

The copyright string.

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