IAssemblyCacheQueryAssemblyInfo Method

Gets the requested data about the specified assembly.

Definition

Namespace: DevCase.Win32.Interfaces
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[PreserveSigAttribute]
HResult QueryAssemblyInfo(
	QueryAssemblyInfoFlags flags,
	string assemblyName,
	ref AssemblyInfo refAssemblyInfo
)

Parameters

flags  QueryAssemblyInfoFlags
Flags defined in Fusion.idl. The following values are supported:

QUERYASMINFO_FLAG_VALIDATE (0x00000001)

QUERYASMINFO_FLAG_GETSIZE (0x00000002)

assemblyName  String
The name of the assembly for which data will be retrieved.
refAssemblyInfo  AssemblyInfo
An AssemblyInfo structure that contains data about the assembly.

Return Value

HResult
An IntPtr that points to an HResult.

See Also