SystemInfo
Namespace: LLama.Native
Operating system information.
1 |
|
Inheritance Object → SystemInfo
Implements IEquatable<SystemInfo>
Attributes NullableContextAttribute, NullableAttribute
Properties
EqualityContract
1 |
|
Property Value
OSPlatform
1 |
|
Property Value
CudaMajorVersion
1 |
|
Property Value
VulkanVersion
1 |
|
Property Value
Constructors
SystemInfo(OSPlatform, Int32, String)
Operating system information.
1 |
|
Parameters
OSPlatform
OSPlatform
CudaMajorVersion
Int32
VulkanVersion
String
SystemInfo(SystemInfo)
1 |
|
Parameters
original
SystemInfo
Methods
Get()
Get the system information of the current machine.
1 |
|
Returns
Exceptions
ToString()
1 |
|
Returns
PrintMembers(StringBuilder)
1 |
|
Parameters
builder
StringBuilder
Returns
GetHashCode()
1 |
|
Returns
Equals(Object)
1 |
|
Parameters
obj
Object
Returns
Equals(SystemInfo)
1 |
|
Parameters
other
SystemInfo
Returns
<Clone>$()
1 |
|
Returns
Deconstruct(OSPlatform&, Int32&, String&)
1 |
|
Parameters
OSPlatform
OSPlatform&
CudaMajorVersion
Int32&
VulkanVersion
String&