Table of Contents

Method GetMembers

Namespace
Microsoft.Samples.Debugging.CorMetadata
Assembly
corapi.dll

GetMembers(BindingFlags)

When overridden in a derived class, searches for the members defined for the current Type, using the specified binding constraints.

public override MemberInfo[] GetMembers(BindingFlags bindingAttr)

Parameters

bindingAttr BindingFlags

A bitmask comprised of one or more BindingFlags that specify how the search is conducted.-or- Zero (Default), to return an empty array.

Returns

MemberInfo[]

An array of MemberInfo objects representing all members defined for the current Type that match the specified binding constraints.-or- An empty array of type MemberInfo, if no members are defined for the current Type, or if none of the defined members match the binding constraints.