IAssemblyCache.CreateAssemblyCacheItem(Int32, IntPtr, 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(int flags, IntPtr reserved, [Runtime::InteropServices::Out] Microsoft::BizTalk::GlobalAssemblyCache::IAssemblyCacheItem ^ % assemblyCacheItem, System::String ^ assemblyName);
public void CreateAssemblyCacheItem (int flags, IntPtr reserved, out Microsoft.BizTalk.GlobalAssemblyCache.IAssemblyCacheItem assemblyCacheItem, string assemblyName);
abstract member CreateAssemblyCacheItem : int * nativeint * IAssemblyCacheItem * string -> unit
Public Sub CreateAssemblyCacheItem (flags As Integer, reserved As IntPtr, ByRef assemblyCacheItem As IAssemblyCacheItem, assemblyName As String)
Parameters
- flags
- Int32
- reserved
- IntPtr
- assemblyCacheItem
- IAssemblyCacheItem
- assemblyName
- String