Constructor PlatformTriple
PlatformTriple(IArchitecture, ISystem, IRuntime)
public PlatformTriple(IArchitecture architecture, ISystem system, IRuntime runtime)
Parameters
architecture
IArchitecture- The IArchitecture to use.
system
ISystem- The ISystem to use.
runtime
IRuntime- 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