IRemoteTypeContract.GetMembers(BindingFlags) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a collection of IContract objects that provides access to all the members in the current IRemoteTypeContract that match the specified binding constraints.
public:
System::AddIn::Contract::Collections::IArrayContract<System::AddIn::Contract::IContract ^> ^ GetMembers(System::Reflection::BindingFlags bindingFlags);
public System.AddIn.Contract.Collections.IArrayContract<System.AddIn.Contract.IContract> GetMembers (System.Reflection.BindingFlags bindingFlags);
abstract member GetMembers : System.Reflection.BindingFlags -> System.AddIn.Contract.Collections.IArrayContract<System.AddIn.Contract.IContract>
Public Function GetMembers (bindingFlags As BindingFlags) As IArrayContract(Of IContract)
Parameters
- bindingFlags
- BindingFlags
A bitwise combination of the BindingFlags values that specifies how to search for the members.
Returns
An IArrayContract<C> of IContract objects that provides access to the members of the current IRemoteTypeContract that meet the specified binding constraints.