FieldInfo Class

Namespace:  System.Reflection.Mock
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
<ComVisibleAttribute(True)> _
Public MustInherit Class FieldInfo _
    Inherits MemberInfo
'Usage
Dim instance As FieldInfo
[ComVisibleAttribute(true)]
public abstract class FieldInfo : MemberInfo
[ComVisibleAttribute(true)]
public ref class FieldInfo abstract : public MemberInfo
[<AbstractClassAttribute>]
[<ComVisibleAttribute(true)>]
type FieldInfo =  
    class
        inherit MemberInfo
    end
public abstract class FieldInfo extends MemberInfo

Inheritance Hierarchy

Object
  System.Reflection.Mock.MemberInfo
    System.Reflection.Mock.FieldInfo

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

FieldInfo Members

System.Reflection.Mock Namespace