TransactedRegistry.LocalMachine Field
Namespace: Microsoft.PowerShell.Commands.Internal
Assembly: System.Management.Automation (in system.management.automation.dll)
Usage
Syntax
'Declaration
<SuppressMessageAttribute("Microsoft.Security", "CA2104:DoNotDeclareReadOnlyMutableReferenceTypes")> _
Public Shared ReadOnly LocalMachine As TransactedRegistryKey
[SuppressMessageAttribute("Microsoft.Security", "CA2104:DoNotDeclareReadOnlyMutableReferenceTypes")]
public static readonly TransactedRegistryKey LocalMachine
[SuppressMessageAttribute(L"Microsoft.Security", L"CA2104:DoNotDeclareReadOnlyMutableReferenceTypes")]
public:
static initonly TransactedRegistryKey^ LocalMachine
/** @attribute SuppressMessageAttribute("Microsoft.Security", "CA2104:DoNotDeclareReadOnlyMutableReferenceTypes") */
public static final TransactedRegistryKey LocalMachine
SuppressMessageAttribute("Microsoft.Security", "CA2104:DoNotDeclareReadOnlyMutableReferenceTypes")
public static final var LocalMachine : TransactedRegistryKey
Platforms
Development Platforms
Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Server 2008, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional, Windows Vista, Windows Server 2003 R2, Windows XP
See Also
Reference
TransactedRegistry Class
TransactedRegistry Members
Microsoft.PowerShell.Commands.Internal Namespace