RuntimeFeature Classe
Definição
Define APIs para determinar se recursos específicos são compatíveis com o Common Language Runtime.Defines APIs to determine whether specific features are supported by the common language runtime.
public ref class RuntimeFeature abstract sealed
public static class RuntimeFeature
type RuntimeFeature = class
Public Class RuntimeFeature
- Herança
-
RuntimeFeature
Campos
CovariantReturnsOfClasses |
Representa um recurso de runtime em que os métodos de substituição podem retornar mais tipos derivados do que o método que eles substituem.Represents a runtime feature where overriding methods can return more derived types than the method they override. |
DefaultImplementationsOfInterfaces |
Representa um recurso de runtime em que as interfaces podem definir implementações de método padrão.Represents a runtime feature where interfaces can define default method implementations. |
PortablePdb |
Representa um recurso de runtime portátil do PDB.Represents the portable PDB runtime feature. |
UnmanagedSignatureCallingConvention |
Representa um recurso de runtime em que os ponteiros da função C# podem ser declarados com uma convenção de chamada não gerenciada.Represents a runtime feature where C# function pointers can be declared with an unmanaged calling convention. |
Propriedades
IsDynamicCodeCompiled |
Obtém um valor que indica se o runtime compila código dinâmico.Gets a value that indicates whether the runtime compiles dynamic code. |
IsDynamicCodeSupported |
Obtém um valor que indica se o runtime é compatível com um código dinâmico.Gets a value that indicates whether the runtime supports dynamic code. |
Métodos
IsSupported(String) |
Determina se o Common Language Runtime dá suporte a um recurso especificado.Determines whether a specified feature is supported by the common language runtime. |