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;
true if the PinvokeImpl attribute is set in FieldAttributes; otherwise, false.
FieldInfo Class | FieldInfo Members | System.Reflection Namespace | FieldAttributes