Targeted member types for the fixture invoker.
Namespace:
Gallio.Framework.PatternAssembly: 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 name | Description | |
|---|---|---|
| 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.
|
