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.IsPinvokeImpl

Indicates whether the corresponding PinvokeImpl attribute is set in FieldAttributes.

[Visual Basic]
Public ReadOnly Property IsPinvokeImpl As Boolean
[C#]
public bool IsPinvokeImpl {get;}
[C++]
public: __property bool get_IsPinvokeImpl();
[JScript]
public function get IsPinvokeImpl() : Boolean;

Property Value

true if the PinvokeImpl attribute is set in FieldAttributes; otherwise, false.

See Also

FieldInfo Class | FieldInfo Members | System.Reflection Namespace | FieldAttributes