You've already forked linux-packaging-mono
81 lines
4.8 KiB
C#
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() { }
|
|
}
|
|
}
|