NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FieldInfo.GetFieldFromHandle

Retrieves a FieldInfo containing the value of the field reflected by this instance..

[Visual Basic]
Public Shared Function GetFieldFromHandle( _
   ByVal handle As RuntimeFieldHandle _
) As FieldInfo
[C#]
public static FieldInfo GetFieldFromHandle(
   RuntimeFieldHandle handle
);
[C++]
public: static FieldInfo* GetFieldFromHandle(
   RuntimeFieldHandle handle
);
[JScript]
public static function GetFieldFromHandle(
   handle : RuntimeFieldHandle
) : FieldInfo;

Parameters

handle
A handle to the internal metadata representation of a field.

Return Value

A FieldInfo containing the value of the field reflected by this instance.

Remarks

[To be supplied].

See Also

FieldInfo Class | FieldInfo Members | System.Reflection Namespace