Class Copyright
The copyright ASCII (not 0-terminated) string of the PE file if any is given.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: PeNet.Structures
Assembly: PeNet.dll
Syntax
public class Copyright : AbstractStructure
Constructors
| Improve this Doc View SourceCopyright(Byte[], UInt32, UInt32)
Create a new copyright object.
Declaration
public Copyright(byte[] buff, uint offset, uint size)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | buff | PE binary as byte array. |
System.UInt32 | offset | Offset to the copyright string in the binary. |
System.UInt32 | size | Size of the copyright string. |
Properties
| Improve this Doc View SourceCopyrightString
The copyright string.
Declaration
public string CopyrightString { get; }
Property Value
Type | Description |
---|---|
System.String |