Skip to content

T_CodeJam_PlatformDependent

Andrew Koryavchenko edited this page Jun 17, 2018 · 1 revision

PlatformDependent Class

Switches for features depending on platform targeting

Inheritance Hierarchy

System.Object
  CodeJam.PlatformDependent
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public static class PlatformDependent

VB

Public NotInheritable Class PlatformDependent

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
type PlatformDependent =  class end

The PlatformDependent type exposes the following members.

Fields

 

Name Description
Public fieldStatic member AggressiveInlining MethodImplOptions.AggressiveInlining or 0, if not supported by target platform
Public fieldStatic member TargetPlatform Target platform the assembly was built for.
  Back to Top

See Also

Reference

CodeJam Namespace

Clone this wiki locally