Nevron .NET Vision
Nevron.Compiler Namespace / Utils Class / CreateAssemblyCache Method


In This Topic
    CreateAssemblyCache Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function CreateAssemblyCache( _
       ByRef ppAsmCache As IAssemblyCache, _
       ByVal reserved As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim ppAsmCache As IAssemblyCache
    Dim reserved As System.Integer
    Dim value As System.Integer
     
    value = Utils.CreateAssemblyCache(ppAsmCache, reserved)
    public static System.int CreateAssemblyCache( 
       out IAssemblyCache ppAsmCache,
       System.int reserved
    )

    Parameters

    ppAsmCache
    reserved
    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