-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_PlatformDependent
Andrew Koryavchenko edited this page Jun 17, 2018
·
1 revision
Switches for features depending on platform targeting
System.Object
CodeJam.PlatformDependent
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static class PlatformDependent
VB
Public NotInheritable Class PlatformDependent
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type PlatformDependent = class end
The PlatformDependent type exposes the following members.
Name | Description | |
---|---|---|
AggressiveInlining | MethodImplOptions.AggressiveInlining or 0, if not supported by target platform | |
TargetPlatform | Target platform the assembly was built for. |