Class Copyright
The copyright ASCII (not 0-terminated) string of the PE file if any is given.
Namespace: PeNet.Header.Pe
Assembly: PeNet.dll
Syntax
public class Copyright : AbstractStructure
  Constructors
| Improve this Doc View SourceCopyright(IRawFile, Int64)
Create a new copyright object.
Declaration
public Copyright(IRawFile peFile, long offset)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IRawFile | peFile | A PE file.  | 
      
| System.Int64 | offset | Offset to the copyright string in the binary.  | 
      
Properties
| Improve this Doc View SourceCopyrightString
The copyright string.
Declaration
public string CopyrightString { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String |