Nevron .NET Vision
Nevron.Interop.Win32 Namespace / NKernel32 Class / GetSystemInfo Method


In This Topic
    GetSystemInfo Method
    In This Topic
    Syntax
    'Declaration
     
    
    <System.Security.SuppressUnmanagedCodeSecurityAttribute()>
    Public Shared Sub GetSystemInfo( _
       ByRef systemInfo As NKernel32.SYSTEM_INFO _
    ) 
    'Usage
     
    
    Dim systemInfo As NKernel32.SYSTEM_INFO
     
    NKernel32.GetSystemInfo(systemInfo)
    [System.Security.SuppressUnmanagedCodeSecurity()]
    public static void GetSystemInfo( 
       out NKernel32.SYSTEM_INFO systemInfo
    )

    Parameters

    systemInfo
    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