Class METADATASTREAM_STRING
Represents the "String" meta data stream from the .Net header which contains all application interal strings.
Implements
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 METADATASTREAM_STRING : AbstractStructure, IMETADATASTREAM_STRING
Constructors
| Improve this Doc View SourceMETADATASTREAM_STRING(Byte[], UInt32, UInt32)
Declaration
public METADATASTREAM_STRING(byte[] buff, uint offset, uint size)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | buff | |
System.UInt32 | offset | |
System.UInt32 | size |
Methods
| Improve this Doc View SourceGetStringAtIndex(UInt32)
Declaration
public string GetStringAtIndex(uint index)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | index |
Returns
Type | Description |
---|---|
System.String |