Summary
Get a string array of the module's metadata.
Syntax
public static string[] GetModuleMetadata(IntPtr mod)
Parameters
Name | Type | Description |
---|---|---|
mod | IntPtr | The module handle to work on. |
Return Value
Type | Description |
---|---|
string[] | An array of string where each entry corresponds to a metadata type. The string is formatted this way: type;metadata |