AssemblyHelpers.FindWindowsMetadataFile(string, Version?) method¶
Defined in
Type: AssemblyHelpers
Namespace: ReactiveMarbles.NuGet.Helpers
Assembly: ReactiveMarbles.NuGet.Helpers.dll
Applies to
netstandard2.0
public static string? FindWindowsMetadataFile(string name, Version? version)
Summary: Finds the windows metadata file.
Parameters
| Name | Type | Description |
|---|---|---|
name | string | The name. |
version | Version? | The version. |
Returns: string? -- The file if found.