Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Runtime.CompilerServices Namespace Reference

Classes

class  AccessedThroughPropertyAttribute
 
class  AssemblyAttributesGoHere
 
class  AssemblyAttributesGoHereM
 
class  AssemblyAttributesGoHereS
 
class  AssemblyAttributesGoHereSM
 
struct  AsyncIteratorMethodBuilder
 
class  AsyncIteratorStateMachineAttribute
 
class  AsyncMethodBuilderAttribute
 
class  AsyncMethodBuilderCore
 
class  AsyncStateMachineAttribute
 
struct  AsyncTaskMethodBuilder
 
struct  AsyncValueTaskMethodBuilder
 
struct  AsyncVoidMethodBuilder
 
class  CallConvCdecl
 
class  CallConvFastcall
 
class  CallConvMemberFunction
 
class  CallConvStdcall
 
class  CallConvSuppressGCTransition
 
class  CallConvThiscall
 
class  CallerArgumentExpressionAttribute
 
class  CallerFilePathAttribute
 
class  CallerLineNumberAttribute
 
class  CallerMemberNameAttribute
 
class  CallSite
 
class  CallSiteBinder
 
class  CallSiteHelpers
 
class  CallSiteOps
 
class  CastHelpers
 
class  Closure
 
class  CompilationRelaxationsAttribute
 
class  CompilerGeneratedAttribute
 
class  CompilerGlobalScopeAttribute
 
class  CompilerMarshalOverride
 
class  ConditionalWeakTable
 
struct  ConfiguredAsyncDisposable
 
struct  ConfiguredCancelableAsyncEnumerable
 
struct  ConfiguredTaskAwaitable
 
struct  ConfiguredValueTaskAwaitable
 
class  ContractHelper
 
class  CppInlineNamespaceAttribute
 
class  CreateNewOnMetadataUpdateAttribute
 
class  CustomConstantAttribute
 
class  DateTimeConstantAttribute
 
class  DebugInfoGenerator
 
class  DecimalConstantAttribute
 
class  DecoratedNameAttribute
 
class  DefaultDependencyAttribute
 
struct  DefaultInterpolatedStringHandler
 
class  DependencyAttribute
 
class  DisablePrivateReflectionAttribute
 
class  DiscardableAttribute
 
class  DynamicAttribute
 
class  EnumeratorCancellationAttribute
 
class  ExtensionAttribute
 
class  FixedAddressValueTypeAttribute
 
class  FixedBufferAttribute
 
class  FormattableStringFactory
 
class  GCHeapHash
 
class  HasCopySemanticsAttribute
 
interface  IAsyncStateMachine
 
interface  IAsyncStateMachineBox
 
interface  ICastable
 
class  ICastableHelpers
 
interface  IConfiguredTaskAwaiter
 
interface  ICriticalNotifyCompletion
 
class  IDispatchConstantAttribute
 
class  IndexerNameAttribute
 
interface  INotifyCompletion
 
class  InternalsVisibleToAttribute
 
class  InterpolatedStringHandlerArgumentAttribute
 
class  InterpolatedStringHandlerAttribute
 
class  IntrinsicAttribute
 
interface  IRuntimeVariables
 
class  IsBoxed
 
class  IsByValue
 
class  IsConst
 
class  IsCopyConstructed
 
class  IsExplicitlyDereferenced
 
class  IsExternalInit
 
class  IsImplicitlyDereferenced
 
class  IsJitIntrinsic
 
class  IsLong
 
class  IsPinned
 
class  IsSignUnspecifiedByte
 
interface  IStateMachineBoxAwareAwaiter
 
interface  IStrongBox
 
class  IsUdtReturn
 
class  IsVolatile
 
interface  ITaskAwaiter
 
class  IteratorStateMachineAttribute
 
interface  ITuple
 
class  IUnknownConstantAttribute
 
class  LAHashDependentHashTracker
 
class  LAHashKeyToTrackers
 
class  MethodImplAttribute
 
struct  MethodTable
 
class  ModuleInitializerAttribute
 
class  NativeCppClassAttribute
 
class  NullablePublicOnlyAttribute
 
struct  ObjectHandleOnStack
 
struct  PoolingAsyncValueTaskMethodBuilder
 
struct  PortableTailCallFrame
 
class  PreserveBaseOverridesAttribute
 
struct  QCallAssembly
 
struct  QCallModule
 
struct  QCallTypeHandle
 
class  RawArrayData
 
class  RawData
 
class  ReadOnlyCollectionBuilder
 
class  ReferenceAssemblyAttribute
 
class  RequiredAttributeAttribute
 
class  RuleCache
 
class  RuntimeCompatibilityAttribute
 
class  RuntimeFeature
 
class  RuntimeHelpers
 
class  RuntimeOps
 
class  RuntimeWrappedException
 
class  ScopelessEnumAttribute
 
class  SkipLocalsInitAttribute
 
class  SpecialNameAttribute
 
struct  StackCrawlMarkHandle
 
class  StateMachineAttribute
 
class  StringFreezingAttribute
 
struct  StringHandleOnStack
 
class  StrongBox
 
class  SuppressIldasmAttribute
 
class  SuppressMergeCheckAttribute
 
class  SwitchExpressionException
 
struct  TailCallTls
 
struct  TaskAwaiter
 
class  TrueReadOnlyCollection
 
class  TupleElementNamesAttribute
 
class  TypeDependencyAttribute
 
class  TypeForwardedFromAttribute
 
class  TypeForwardedToAttribute
 
class  Unsafe
 
class  UnsafeValueTypeAttribute
 
struct  ValueTaskAwaiter
 
struct  YieldAwaitable
 

Enumerations

enum  CompilationRelaxations { NoStringInterning = 8 }
 
enum  LoadHint { Default , Always , Sometimes }
 
enum  MethodCodeType { IL , Native , OPTIL , Runtime }
 
enum  MethodImplOptions {
  Unmanaged = 4 , NoInlining = 8 , ForwardRef = 0x10 , Synchronized = 0x20 ,
  NoOptimization = 0x40 , PreserveSig = 0x80 , AggressiveInlining = 0x100 , AggressiveOptimization = 0x200 ,
  InternalCall = 0x1000
}