Mono Class Library: NamespacesSystem.Runtime.CompilerServices Namespace |
[Edit]
Type Reason AccessedThroughPropertyAttribute Documentation for this section has not yet been entered. CallConvCdecl Documentation for this section has not yet been entered. CallConvFastcall Documentation for this section has not yet been entered. CallConvStdcall Documentation for this section has not yet been entered. CallConvThiscall Documentation for this section has not yet been entered. CompilationRelaxationsAttribute This attribute allows the user to specify whether the ordering of instruction checking is strict or relaxed. It also allows the user to specify whether or not strings are interned. CompilerGeneratedAttribute Documentation for this section has not yet been entered. CompilerGlobalScopeAttribute Documentation for this section has not yet been entered. CompilerMarshalOverride Documentation for this section has not yet been entered. CustomConstantAttribute Documentation for this section has not yet been entered. DateTimeConstantAttribute Documentation for this section has not yet been entered. DecimalConstantAttribute Stores the value of a decimal constant in metadata. DefaultDependencyAttribute Documentation for this section has not yet been entered. DependencyAttribute Documentation for this section has not yet been entered. DiscardableAttribute Documentation for this section has not yet been entered. ExecutionScope Documentation for this section has not yet been entered. ExtensionAttribute Documentation for this section has not yet been entered. FixedAddressValueTypeAttribute Documentation for this section has not yet been entered. FixedBufferAttribute Documentation for this section has not yet been entered. HasCopySemanticsAttribute Documentation for this section has not yet been entered. IDispatchConstantAttribute Documentation for this section has not yet been entered. IndexerNameAttribute This attribute is used to indicate the name by which an indexer is known in programming languages that do not support indexers directly. InternalsVisibleToAttribute This attribute is used to expose internal methods to another assembly. IsBoxed Documentation for this section has not yet been entered. IsByValue Documentation for this section has not yet been entered. IsConst Documentation for this section has not yet been entered. IsCopyConstructed Documentation for this section has not yet been entered. IsExplicitlyDereferenced Documentation for this section has not yet been entered. IsImplicitlyDereferenced Documentation for this section has not yet been entered. IsJitIntrinsic Documentation for this section has not yet been entered. IsLong Documentation for this section has not yet been entered. IsPinned Documentation for this section has not yet been entered. IsSignUnspecifiedByte Documentation for this section has not yet been entered. IsUdtReturn Documentation for this section has not yet been entered. IsVolatile Marks a location in the memory store as volatile. IUnknownConstantAttribute Documentation for this section has not yet been entered. MethodImplAttribute Specifies the details of how a method is implemented. NativeCppClassAttribute Documentation for this section has not yet been entered. RequiredAttributeAttribute Documentation for this section has not yet been entered. RuntimeCompatibilityAttribute Documentation for this section has not yet been entered. RuntimeHelpers Implements static methods and properties that provide special support for compilers. RuntimeWrappedException Documentation for this section has not yet been entered. ScopelessEnumAttribute Documentation for this section has not yet been entered. SpecialNameAttribute Documentation for this section has not yet been entered. StringFreezingAttribute Documentation for this section has not yet been entered. StrongBox<T> Documentation for this section has not yet been entered. SuppressIldasmAttribute Documentation for this section has not yet been entered. TypeForwardedToAttribute Documentation for this section has not yet been entered. UnsafeValueTypeAttribute Documentation for this section has not yet been entered.
Type Reason IStrongBox Documentation for this section has not yet been entered.
Type Reason RuntimeHelpers.CleanupCode Documentation for this section has not yet been entered. RuntimeHelpers.TryCode Documentation for this section has not yet been entered.
Type Reason CompilationRelaxations Indicates whether instruction checking is strictly ordered or relaxed, and whether strings are interned. The flags come in complementary pairs. Setting neither flag of a pair indicates that the corresponding characteristic should be left unchanged. Setting both bits is an error that is detected by the constructor for System.Runtime.CompilerServices.CompilationRelaxationsAttribute. LoadHint Documentation for this section has not yet been entered. MethodCodeType Documentation for this section has not yet been entered. MethodImplOptions Defines the details of how a method is implemented.