This topic has not yet been rated - Rate this topic

_FieldInfo Interface

Exposes the public members of the System.Reflection.FieldInfo class to unmanaged code.

This API is not CLS-compliant. 

Namespace:  System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
[GuidAttribute("8A7C1442-A9FB-366B-80D8-4939FFA6DBE0")]
public interface _FieldInfo

The _FieldInfo type exposes the following members.

  Name Description
Public property Attributes Provides COM objects with version-independent access to the Attributes property.
Public property DeclaringType Provides COM objects with version-independent access to the DeclaringType property.
Public property FieldHandle Provides COM objects with version-independent access to the FieldHandle property.
Public property FieldType Provides COM objects with version-independent access to the FieldType property.
Public property IsAssembly Provides COM objects with version-independent access to the IsAssembly property.
Public property IsFamily Provides COM objects with version-independent access to the IsFamily property.
Public property IsFamilyAndAssembly Provides COM objects with version-independent access to the IsFamilyAndAssembly property.
Public property IsFamilyOrAssembly Provides COM objects with version-independent access to the IsFamilyOrAssembly property.
Public property IsInitOnly Provides COM objects with version-independent access to the IsInitOnly property.
Public property IsLiteral Provides COM objects with version-independent access to the IsLiteral property.
Public property IsNotSerialized Provides COM objects with version-independent access to the IsNotSerialized property.
Public property IsPinvokeImpl Provides COM objects with version-independent access to the IsPinvokeImpl property.
Public property IsPrivate Provides COM objects with version-independent access to the IsPrivate property.
Public property IsPublic Provides COM objects with version-independent access to the IsPublic property.
Public property IsSpecialName Provides COM objects with version-independent access to the IsSpecialName property.
Public property IsStatic Provides COM objects with version-independent access to the IsStatic property.
Public property MemberType Provides COM objects with version-independent access to the MemberType property.
Public property Name Provides COM objects with version-independent access to the Name property.
Public property ReflectedType Provides COM objects with version-independent access to the ReflectedType property.
Top
  Name Description
Public method Equals Provides COM objects with version-independent access to the Equals method.
Public method GetCustomAttributes(Boolean) Provides COM objects with version-independent access to the GetCustomAttributes method.
Public method GetCustomAttributes(Type, Boolean) Provides COM objects with version-independent access to the GetCustomAttributes method.
Public method GetHashCode Provides COM objects with version-independent access to the GetHashCode method.
Public method GetIDsOfNames Maps a set of names to a corresponding set of dispatch identifiers.
Public method GetType Provides COM objects with version-independent access to the GetType method.
Public method GetTypeInfo Retrieves the type information for an object, which can then be used to get the type information for an interface.
Public method GetTypeInfoCount Retrieves the number of type information interfaces that an object provides (either 0 or 1).
Public method GetValue Provides COM objects with version-independent access to the GetValue method.
Public method GetValueDirect Provides COM objects with version-independent access to the GetValueDirect method.
Public method Invoke Provides access to properties and methods exposed by an object.
Public method IsDefined Provides COM objects with version-independent access to the IsDefined method.
Public method SetValue(Object, Object) Provides COM objects with version-independent access to the SetValue method.
Public method SetValue(Object, Object, BindingFlags, Binder, CultureInfo) Provides COM objects with version-independent access to the SetValue method.
Public method SetValueDirect Provides COM objects with version-independent access to the SetValueDirect method.
Public method ToString Provides COM objects with version-independent access to the ToString method.
Top

This interface is for access to managed classes from unmanaged code, and should not be called from managed code.

This interface preserves the vtable order of the System.Reflection.FieldInfo class members that can be accessed by unmanaged COM objects.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ