Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an instance of the SystemParameters2 class.
Namespace: Microsoft.Windows.Shell
Assembly: Microsoft.Windows.Shell (in Microsoft.Windows.Shell.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Current As SystemParameters2
public static SystemParameters2 Current { get; }
public:
static property SystemParameters2^ Current {
SystemParameters2^ get ();
}
static member Current : SystemParameters2
static function get Current () : SystemParameters2
Property Value
Type: Microsoft.Windows.Shell.SystemParameters2
An instance of the SystemParameters2 class.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.