Nevron .NET Vision
Nevron.Reflection Namespace / NAssemblyInfo Class / FromAssembly Method


In This Topic
    FromAssembly Method
    In This Topic
    Gets an assembly info from assembly assembly
    Syntax
    'Declaration
     
    
    Public Shared Function FromAssembly( _
       ByVal assembly As System.Reflection.Assembly _
    ) As NAssemblyInfo
    'Usage
     
    
    Dim assembly As System.Reflection.Assembly
    Dim value As NAssemblyInfo
     
    value = NAssemblyInfo.FromAssembly(assembly)
    public static NAssemblyInfo FromAssembly( 
       System.Reflection.Assembly assembly
    )

    Parameters

    assembly
    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