 | RuntimeEnvironmentProcessorName Property |
Gets the name of the system's processor.
Namespace: Ookii.JumboAssembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic static string ProcessorName { get; }
Public Shared ReadOnly Property ProcessorName As String
Get
public:
static property String^ ProcessorName {
String^ get ();
}
static member ProcessorName : string with get
Property Value
String
A string value containing the name of the system's processor.
See Also