Gets the registry key under PostSharp configuration is registered, under the LOCAL_MACHINE registry hive.

Namespace:  PostSharp
Assembly:  PostSharp.Core (in PostSharp.Core.dll)

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly Property LocalMachineRegistryKeyName As String
C#
public static string LocalMachineRegistryKeyName { get; }
Visual C++
public:
static property String^ LocalMachineRegistryKeyName {
	String^ get ();
}

See Also