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

DeviceType

ExecutionProvider

public string ExecutionProvider { get; set; }

Property Value

String

Constructors

Runtime()

public Runtime()

Methods

ToString()

public string ToString()

Returns

String

GetHashCode()

public int GetHashCode()

Returns

Int32

Equals(Object)

public bool Equals(object obj)

Parameters

obj Object

Returns

Boolean

Equals(Runtime)

public bool Equals(Runtime other)

Parameters

other Runtime

Returns

Boolean

<Clone>$()

public Runtime <Clone>$()

Returns

Runtime