Summary
Get a module metadata item value.
Syntax
public static string GetModuleMetadata(IntPtr mod, ModuleMetadataType moduleMetadataType)
Parameters
| Name | Type | Description |
|---|---|---|
| mod | IntPtr | The module handle to work on. |
| moduleMetadataType | ModuleMetadataType | Metadata type to query. |
Return Value
| Type | Description |
|---|---|
| string | The associated value for the metadata type. |