Class MetaDataStreamString
Represents the "String" meta data stream from the .Net header which contains all application interal strings.
Namespace: PeNet.Header.Net
Assembly: PeNet.dll
Syntax
public class MetaDataStreamString : AbstractStructure
Constructors
| Improve this Doc View SourceMetaDataStreamString(IRawFile, Int64, UInt32)
Declaration
public MetaDataStreamString(IRawFile peFile, long offset, uint size)
Parameters
Type | Name | Description |
---|---|---|
IRawFile | peFile | |
System.Int64 | offset | |
System.UInt32 | size |
Methods
| Improve this Doc View SourceGetStringAtIndex(UInt32)
Return the string at the index from the stream.
Declaration
public string GetStringAtIndex(uint index)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | index | Index of the string to return. |
Returns
Type | Description |
---|---|
System.String | String at the position index. |