Targeted member types for the fixture invoker.

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

Syntax

C#
[FlagsAttribute]
public enum FixtureMemberInvokerTargets
Visual Basic (Declaration)
<FlagsAttribute> _
Public Enumeration FixtureMemberInvokerTargets

Members

Member nameDescription
Default
Default value combining Field, Property, and Method.
Field
Indicates to find the searched member among the fields.
Property
Indicates to find the searched member among the properties.
Method
Indicates to find the searched member among the methods.
Format
Formats an object using the default IFormatter.
Format
Formats an object using the specified IFormatter.

See Also