Fusion.IAssemblyCache.QueryAssemblyInfo(UInt32, String, Fusion+ASSEMBLY_INFO) 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:
int QueryAssemblyInfo(System::UInt32 dwFlags, System::String ^ pszAssemblyName, Microsoft::BizTalk::Gac::Fusion::ASSEMBLY_INFO % pAsmInfo);
public int QueryAssemblyInfo (uint dwFlags, string pszAssemblyName, ref Microsoft.BizTalk.Gac.Fusion.ASSEMBLY_INFO pAsmInfo);
abstract member QueryAssemblyInfo : uint32 * string * ASSEMBLY_INFO -> int
Public Function QueryAssemblyInfo (dwFlags As UInteger, pszAssemblyName As String, ByRef pAsmInfo As Fusion.ASSEMBLY_INFO) As Integer
Parameters
- dwFlags
- UInt32
- pszAssemblyName
- String
- pAsmInfo
- Fusion.ASSEMBLY_INFO