_PropertyInfo::GetAccessors Method (Boolean)
Provides COM objects with version-independent access to the GetAccessors method.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- nonPublic
-
Type:
System::Boolean
true to include non-public methods in the returned MethodInfo array; otherwise, false.
Return Value
Type: array<System.Reflection::MethodInfo^>^An array of MethodInfo objects whose elements reflect the get, set, and other accessors of the property reflected by the current instance. If the nonPublic parameter is true, this array contains public and non-public get, set, and other accessors. If nonPublic is false, this array contains only public get, set, and other accessors. If no accessors with the specified visibility are found, this method returns an array with zero (0) elements.
This method is for access to managed classes from unmanaged code and should not be called from managed code.
The GetAccessors method returns an array whose elements reflect the public and, if specified, non-public get, set, and other accessors of the property reflected by the current instance.
Available since 1.1