Flags: MethodBindingFlags;
The Flags property determines the flags, according to which the search of overloaded .NET method is performed.
The value of this property is the combination of values of the MethodBindingFlags enumeration type. The values in combination are separated with the key word "Or". The search of redefined method in the corresponding type is performed according to the specified combination of flags.
The property use is given in the example for the IForeNETRuntimeType.Method property.
See also: