Propiedad _FieldInfo.Attributes
Publicado: octubre de 2016
Proporciona objetos COM acceso independiente de la versión del Attributes propiedad.
Espacio de nombres: System.Runtime.InteropServices
Ensamblado: mscorlib (en mscorlib.dll)
Sintaxis
FieldAttributes Attributes { get; }
property FieldAttributes Attributes {
FieldAttributes get();
}
abstract Attributes : FieldAttributes with get
ReadOnly Property Attributes As FieldAttributes
Valor de propiedad
Type: System.Reflection.FieldAttributes
El FieldAttributes para este campo.
Comentarios
Esta propiedad es para el acceso a las clases administradas desde código no administrado y no se debe llamar desde código administrado.
El Attributes propiedad obtiene los atributos asociados a este campo.
Información de versión
.NET Framework
Disponible desde 1.1
Ver también
Interfaz _FieldInfo
Espacio de nombres System.Runtime.InteropServices
Volver al principio