Nevron .NET Vision
Nevron.Compiler Namespace / IAssemblyCache Interface / QueryAssemblyInfo Method


In This Topic
    QueryAssemblyInfo Method (IAssemblyCache)
    In This Topic
    Syntax
    'Declaration
     
    
    Function QueryAssemblyInfo( _
       ByVal flags As System.Integer, _
       ByVal assemblyName As System.String, _
       ByRef assemblyInfo As AssemblyInfo _
    ) As System.Integer
    'Usage
     
    
    Dim instance As IAssemblyCache
    Dim flags As System.Integer
    Dim assemblyName As System.String
    Dim assemblyInfo As AssemblyInfo
    Dim value As System.Integer
     
    value = instance.QueryAssemblyInfo(flags, assemblyName, assemblyInfo)
    System.int QueryAssemblyInfo( 
       System.int flags,
       System.string assemblyName,
       ref AssemblyInfo assemblyInfo
    )

    Parameters

    flags
    assemblyName
    assemblyInfo
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also