Interface IMETADATASTREAM_GUID
Namespace: PeNet.Structures
Assembly: PeNet.dll
Syntax
public interface IMETADATASTREAM_GUID
Properties
| Improve this Doc View SourceGuids
List with all GUIDs from the Meta Data stream "GUID".
Declaration
List<Guid> Guids { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Guid> |
GuidsAndIndices
List with all GUIDs and their index from the Meta Data stream "GUID".
Declaration
List<Tuple<Guid, uint>> GuidsAndIndices { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Tuple<System.Guid, System.UInt32>> |
Methods
| Improve this Doc View SourceGetGuidAtIndex(UInt32)
Return the GUID at the index from the stream.
Declaration
Guid? GetGuidAtIndex(uint index)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | index | Index of the GUID to return. |
Returns
Type | Description |
---|---|
System.Nullable<System.Guid> | GUID at the position index. Null if not available. |
ToString()
Creates a string representation of the objects properties.
Declaration
string ToString()
Returns
Type | Description |
---|---|
System.String | Optional header properties as a string. |