Method SetPlatformTriple
SetPlatformTriple(PlatformTriple)
Sets the current PlatformTriple.
public static void SetPlatformTriple(PlatformTriple triple)
Parameters
triple
PlatformTriple- The PlatformTriple to set.
Remarks
This must be called before the first invocation of Current.
Exceptions
- InvalidOperationException
- Thrown if a platform triple was previously set, or Current was invoked before calling this method.