Interface IMETADATASTREAM_US
Namespace: PeNet.Structures
Assembly: PeNet.dll
Syntax
public interface IMETADATASTREAM_US
Properties
| Improve this Doc View SourceUserStrings
List with strings in the Meta Data stream "US".
Declaration
List<string> UserStrings { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
UserStringsAndIndices
List with strings and their index in the Meta Data stream "US".
Declaration
List<Tuple<string, uint>> UserStringsAndIndices { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Tuple<System.String, System.UInt32>> |
Methods
| Improve this Doc View SourceGetUserStringAtIndex(UInt32)
Return the user string at the index from the stream.
Declaration
string GetUserStringAtIndex(uint index)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | index | Index of the user string to return. |
Returns
Type | Description |
---|---|
System.String | User 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. |