Constructor PlatformTriple
PlatformTriple(IArchitecture, ISystem, IRuntime)
public PlatformTriple(IArchitecture architecture, ISystem system, IRuntime runtime)
Parameters
architectureIArchitecture- The IArchitecture to use.
systemISystem- The ISystem to use.
runtimeIRuntime- The IRuntime to use.
Remarks
Each of the provided objects will be initialized, if they support it. The following interfaces are checked, and their initialize methods called:
- IInitialize<T> of ISystem
- IInitialize<T> of IArchitecture
- IInitialize<T> of IRuntime
- IInitialize<T> of PlatformTriple
- IInitialize