Gets the binding flags that should be used to enumerate non-nested type members of the type for determining their contribution to the test fixture.

Namespace:  Gallio.Framework.Pattern
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
protected virtual BindingFlags GetMemberBindingFlags(
	ITypeInfo type
)
Visual Basic (Declaration)
Protected Overridable Function GetMemberBindingFlags ( _
	type As ITypeInfo _
) As BindingFlags

Parameters

type
Type: Gallio.Common.Reflection..::.ITypeInfo
The type.

Return Value

The binding flags for enumerating members.

Remarks

Instance members are only included if the type is not abstract.

See Also