Fusion.IAssemblyCache.CreateAssemblyCacheItem(UInt32, IntPtr, Fusion+IAssemblyCacheItem, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void CreateAssemblyCacheItem(System::UInt32 flags, IntPtr reserved, [Runtime::InteropServices::Out] Microsoft::BizTalk::Gac::Fusion::IAssemblyCacheItem ^ % assemblyCacheItem, System::String ^ assemblyName);
public void CreateAssemblyCacheItem (uint flags, IntPtr reserved, out Microsoft.BizTalk.Gac.Fusion.IAssemblyCacheItem assemblyCacheItem, string assemblyName);
abstract member CreateAssemblyCacheItem : uint32 * nativeint * IAssemblyCacheItem * string -> unit
Public Sub CreateAssemblyCacheItem (flags As UInteger, reserved As IntPtr, ByRef assemblyCacheItem As Fusion.IAssemblyCacheItem, assemblyName As String)
Parameters
- flags
- UInt32
- reserved
- IntPtr
- assemblyCacheItem
- Fusion.IAssemblyCacheItem
- assemblyName
- String