FusionCreateAssemblyCache Method
Gets a pointer to a new
IAssemblyCache instance that represents the global assembly cache.
Namespace: DevCase.Win32.NativeMethodsAssembly: 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
)
<DllImportAttribute("Fusion.dll">]
Public Shared Function CreateAssemblyCache (
ByRef refAsmCache As IAssemblyCache,
reserved As Integer
) As HResult
Dim refAsmCache As IAssemblyCache
Dim reserved As Integer
Dim returnValue As HResult
returnValue = Fusion.CreateAssemblyCache(refAsmCache,
reserved)
public:
[DllImportAttribute(L"Fusion.dll")]
static HResult CreateAssemblyCache(
IAssemblyCache^% refAsmCache,
int reserved
)
[<DllImportAttribute("Fusion.dll")>]
static member CreateAssemblyCache :
refAsmCache : IAssemblyCache byref *
reserved : int -> HResult
No code example is currently available or this language may not be supported.
- refAsmCache IAssemblyCache
-
The returned IAssemblyCache pointer.
- reserved Int32
-
Reserved for future extensibility.
reserved must be Zero.
HResult
An
IntPtr that points to an
HResult.