Interface IMETADATASTREAM_STRING
Namespace: PeNet.Structures
Assembly: PeNet.dll
Syntax
public interface IMETADATASTREAM_STRING
Methods
| Improve this Doc View SourceGetStringAtIndex(UInt32)
Return the string at the index from the stream.
Declaration
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. |
ToString()
Creates a string representation of the objects properties.
Declaration
string ToString()
Returns
Type | Description |
---|---|
System.String | Optional header properties as a string. |