Type.GetFields Method
Namespace: System.Reflection.Mock
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Function GetFields As FieldInfo()
'Usage
Dim instance As Type
Dim returnValue As FieldInfo()
returnValue = instance.GetFields()
public FieldInfo[] GetFields()
public:
array<FieldInfo^>^ GetFields()
member GetFields : unit -> FieldInfo[]
public function GetFields() : FieldInfo[]
Return Value
Type: array<System.Reflection.Mock.FieldInfo[]
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.