FusionCreateAssemblyCache Method

Gets a pointer to a new IAssemblyCache instance that represents the global assembly cache.

Definition

Namespace: DevCase.Win32.NativeMethods
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DllImportAttribute("Fusion.dll")]
public static HResult CreateAssemblyCache(
	ref IAssemblyCache refAsmCache,
	int reserved
)

Parameters

refAsmCache  IAssemblyCache
The returned IAssemblyCache pointer.
reserved  Int32
Reserved for future extensibility.

reserved must be Zero.

Return Value

HResult
An IntPtr that points to an HResult.

Remarks

See Also