Home
last modified time | relevance | path

Searched refs:IAssemblyCache (Results 1 – 9 of 9) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dfusion.h23 typedef interface IAssemblyCache IAssemblyCache; typedef
25 interface IAssemblyCache; variable
79 typedef interface IAssemblyCache IAssemblyCache; typedef
81 interface IAssemblyCache; variable
213 IAssemblyCache *This,
225 IAssemblyCache *This,
232 IAssemblyCache *This,
238 IAssemblyCache *This,
245 IAssemblyCache *This,
249 IAssemblyCache *This,
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dfusion.h23 typedef interface IAssemblyCache IAssemblyCache; typedef
25 interface IAssemblyCache; variable
79 typedef interface IAssemblyCache IAssemblyCache; typedef
81 interface IAssemblyCache; variable
213 IAssemblyCache *This,
225 IAssemblyCache *This,
232 IAssemblyCache *This,
238 IAssemblyCache *This,
245 IAssemblyCache *This,
249 IAssemblyCache *This,
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Configuration/
H A DGacUtil.cs22 IAssemblyCache ac = null; in GacInstall()
61 IAssemblyCache ac = null; in GacUnInstall()
H A DIAssemblyCache.cs13 internal interface IAssemblyCache { interface
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/
H A DNativeMethods.cs26 … internal static extern int CreateAssemblyCache(out IAssemblyCache ppAsmCache, uint dwReserved); in CreateAssemblyCache()
/dports/devel/msbuild/msbuild-0.06/src/Tasks/AssemblyDependency/
H A DGlobalAssemblyCache.cs171 IAssemblyCache assemblyCache; in RetrievePathFromFusionName()
/dports/devel/msbuild/msbuild-0.06/src/Tasks/
H A DNativeMethods.cs344 internal interface IAssemblyCache interface
1023 … internal static extern uint CreateAssemblyCache(out IAssemblyCache ppAsmCache, uint dwReserved); in CreateAssemblyCache()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/ApplicationInstallationAndServicing/
H A Dmod.rs1936 pub struct IAssemblyCache(::windows::runtime::IUnknown); struct
1937 impl IAssemblyCache { impl
1959 unsafe impl ::windows::runtime::Interface for IAssemblyCache { implementation
1963 impl ::std::convert::From<IAssemblyCache> for ::windows::runtime::IUnknown {
1964 fn from(value: IAssemblyCache) -> Self { in from()
1968 impl ::std::convert::From<&IAssemblyCache> for ::windows::runtime::IUnknown {
1969 fn from(value: &IAssemblyCache) -> Self { in from()
1973 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IAssemblyCache { implementation
1978 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IAssemblyCache { implementation
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/ApplicationInstallationAndServicing/
H A Dmod.rs1196 pub type IAssemblyCache = *mut ::core::ffi::c_void; typedef