VistaDB 6
VistaDB.DDA Namespace / IVistaDBDatabase Interface / UpdateAssembly Method
The assembly name to replace
The full file name containing the assembly
User's description


In This Topic
    UpdateAssembly Method
    In This Topic
    Update existing assembly registered in database with new assembly. Will remove any clr procs or functions that are not present in new assembly. Third party assemblies are not loaded into the database.
    Syntax
    'Declaration
     
    
    Sub UpdateAssembly( _
       ByVal assemblyName As System.String, _
       ByVal assemblyFileName As System.String, _
       ByVal description As System.String _
    ) 
    'Usage
     
    
    Dim instance As IVistaDBDatabase
    Dim assemblyName As System.String
    Dim assemblyFileName As System.String
    Dim description As System.String
     
    instance.UpdateAssembly(assemblyName, assemblyFileName, description)
    void UpdateAssembly( 
       System.string assemblyName,
       System.string assemblyFileName,
       System.string description
    )

    Parameters

    assemblyName
    The assembly name to replace
    assemblyFileName
    The full file name containing the assembly
    description
    User's description
    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