Files
linux-packaging-mono/external/binary-reference-assemblies/src/v4.7/Microsoft.VisualC.cs
Xamarin Public Jenkins (auto-signing) 966bba02bb Imported Upstream version 5.2.0.175
Former-commit-id: bb0468d0f257ff100aa895eb5fe583fb5dfbf900
2017-06-07 13:16:24 +00:00

81 lines
4.8 KiB
C#

// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
[assembly:System.Reflection.AssemblyVersionAttribute("10.0.0.0")]
[assembly:System.CLSCompliantAttribute(false)]
[assembly:System.Runtime.AssemblyTargetedPatchBandAttribute("1.0.23-245435169")]
[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
[assembly:System.Runtime.InteropServices.ComCompatibleVersionAttribute(1, 0, 3300, 0)]
[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly:System.Runtime.InteropServices.TypeLibVersionAttribute(8, 0)]
[assembly:System.Security.SecurityTransparentAttribute]
namespace Microsoft.VisualC
{
[System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
[System.ObsoleteAttribute("Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility.")]
public sealed partial class DebugInfoInPDBAttribute : System.Attribute
{
[System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")]
public DebugInfoInPDBAttribute() { }
}
[System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
[System.ObsoleteAttribute("Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility.")]
public sealed partial class DecoratedNameAttribute : System.Attribute
{
[System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")]
public DecoratedNameAttribute() { }
[System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")]
public DecoratedNameAttribute(string decoratedName) { }
}
[System.ObsoleteAttribute("Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility.")]
public sealed partial class IsConstModifier
{
[System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")]
public IsConstModifier() { }
}
[System.ObsoleteAttribute("Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility.")]
public sealed partial class IsCXXReferenceModifier
{
[System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")]
public IsCXXReferenceModifier() { }
}
[System.ObsoleteAttribute("Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility.")]
public sealed partial class IsLongModifier
{
[System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")]
public IsLongModifier() { }
}
[System.ObsoleteAttribute("Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility.")]
public sealed partial class IsSignedModifier
{
[System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")]
public IsSignedModifier() { }
}
[System.ObsoleteAttribute("Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility.")]
public sealed partial class IsVolatileModifier
{
[System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")]
public IsVolatileModifier() { }
}
[System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
[System.ObsoleteAttribute("Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility.")]
public sealed partial class MiscellaneousBitsAttribute : System.Attribute
{
public int m_dwAttrs;
public MiscellaneousBitsAttribute(int miscellaneousBits) { }
}
[System.ObsoleteAttribute("Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility.")]
public sealed partial class NeedsCopyConstructorModifier
{
[System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")]
public NeedsCopyConstructorModifier() { }
}
[System.ObsoleteAttribute("Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility.")]
public sealed partial class NoSignSpecifiedModifier
{
[System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")]
public NoSignSpecifiedModifier() { }
}
}