Runtime
March 18, 2026 ยท View on GitHub
Namespace: Microsoft.AI.Foundry.Local
public class Runtime : System.IEquatable`1[[Microsoft.AI.Foundry.Local.Runtime, Microsoft.AI.Foundry.Local, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
Inheritance Object โ Runtime
Implements IEquatable<Runtime>
Attributes NullableContextAttribute, NullableAttribute
Properties
DeviceType
public DeviceType DeviceType { get; set; }
Property Value
ExecutionProvider
public string ExecutionProvider { get; set; }
Property Value
Constructors
Runtime()
public Runtime()
Methods
ToString()
public string ToString()
Returns
GetHashCode()
public int GetHashCode()
Returns
Equals(Object)
public bool Equals(object obj)
Parameters
obj Object
Returns
Equals(Runtime)
public bool Equals(Runtime other)
Parameters
other Runtime
Returns
<Clone>$()
public Runtime <Clone>$()