CompilationRelaxationsAttribute Kelas
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mengontrol keketatan kode yang dihasilkan oleh pengkompilasi just-in-time (JIT) runtime bahasa umum.
public ref class CompilationRelaxationsAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method | System.AttributeTargets.Module)]
public class CompilationRelaxationsAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Module)]
[System.Serializable]
public class CompilationRelaxationsAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method | System.AttributeTargets.Module)]
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public class CompilationRelaxationsAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method | System.AttributeTargets.Module)>]
type CompilationRelaxationsAttribute = class
inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Module)>]
[<System.Serializable>]
type CompilationRelaxationsAttribute = class
inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method | System.AttributeTargets.Module)>]
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type CompilationRelaxationsAttribute = class
inherit Attribute
Public Class CompilationRelaxationsAttribute
Inherits Attribute
- Warisan
- Atribut
Contoh
Contoh berikut menunjukkan cara menerapkan CompilationRelaxationsAttribute.
using System;
using System.Runtime.CompilerServices;
[assembly:CompilationRelaxationsAttribute(CompilationRelaxations.NoStringInterning)]
class Program
{
static void Main(string[] args)
{
Console.WriteLine("The CompilationRelaxationsAttribute attribute was applied.");
}
}
Imports System.Runtime.CompilerServices
<Assembly: CompilationRelaxationsAttribute(CompilationRelaxations.NoStringInterning)>
Module Program
Sub Main(ByVal args() As String)
Console.WriteLine("The CompilationRelaxationsAttribute attribute was applied.")
End Sub
End Module
Keterangan
Terapkan CompilationRelaxationsAttribute atribut ke rakitan untuk menentukan parameter kompilasi rakitan. CompilationRelaxations Gunakan enumerasi untuk menentukan opsi kompilasi.
Atribut ini diabaikan dalam microsoft .NET Framework versi 1.0.
Kelas di System.Runtime.CompilerServices hanya untuk penggunaan penulis kompilator.
Konstruktor
CompilationRelaxationsAttribute(CompilationRelaxations) |
Menginisialisasi instans CompilationRelaxationsAttribute baru kelas dengan nilai yang ditentukan CompilationRelaxations . |
CompilationRelaxationsAttribute(Int32) |
Menginisialisasi instans CompilationRelaxationsAttribute baru kelas dengan relaksasi kompilasi yang ditentukan. |
Properti
CompilationRelaxations |
Mendapatkan relaksasi kompilasi yang ditentukan ketika objek saat ini dibangun. |
TypeId |
Ketika diimplementasikan di kelas turunan, mendapatkan pengidentifikasi unik untuk ini Attribute. (Diperoleh dari Attribute) |
Metode
Equals(Object) |
Mengembalikan nilai yang menunjukkan apakah instans ini sama dengan objek tertentu. (Diperoleh dari Attribute) |
GetHashCode() |
Mengembalikan kode hash untuk instans ini. (Diperoleh dari Attribute) |
GetType() |
Mendapatkan dari instans Type saat ini. (Diperoleh dari Object) |
IsDefaultAttribute() |
Ketika ditimpa di kelas turunan, menunjukkan apakah nilai instans ini adalah nilai default untuk kelas turunan. (Diperoleh dari Attribute) |
Match(Object) |
Saat ditimpa di kelas turunan, mengembalikan nilai yang menunjukkan apakah instans ini sama dengan objek tertentu. (Diperoleh dari Attribute) |
MemberwiseClone() |
Membuat salinan dangkal dari saat ini Object. (Diperoleh dari Object) |
ToString() |
Mengembalikan string yang mewakili objek saat ini. (Diperoleh dari Object) |
Implementasi Antarmuka Eksplisit
_Attribute.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr) |
Memetakan sekumpulan nama ke sekumpulan pengidentifikasi pengiriman yang sesuai. (Diperoleh dari Attribute) |
_Attribute.GetTypeInfo(UInt32, UInt32, IntPtr) |
Mengambil informasi jenis untuk objek, yang dapat digunakan untuk mendapatkan informasi jenis untuk antarmuka. (Diperoleh dari Attribute) |
_Attribute.GetTypeInfoCount(UInt32) |
Mengambil jumlah antarmuka informasi jenis yang disediakan objek (baik 0 atau 1). (Diperoleh dari Attribute) |
_Attribute.Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) |
Menyediakan akses ke properti dan metode yang diekspos oleh objek. (Diperoleh dari Attribute) |