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