RuntimeArchitecture Enum¶
- Namespace
Microsoft.AspNetCore.Server.Testing
- Assemblies
- Microsoft.AspNetCore.Server.Testing
Syntax¶
public enum RuntimeArchitecture
-
enum
Microsoft.AspNetCore.Server.Testing.
RuntimeArchitecture
Fields¶
-
x64
()¶ Return type: Microsoft.AspNetCore.Server.Testing.RuntimeArchitecture x64 = 0
-
x86
()¶ Return type: Microsoft.AspNetCore.Server.Testing.RuntimeArchitecture x86 = 1
-