Class ReflectionOptionPropertyProvider
IOptionPropertyProvider that uses Reflection to find the properties to bind to
Inheritance
ReflectionOptionPropertyProvider
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Ubiquity.CommandlineParsing
Assembly: Ubiquity.CommandlineParsing.dll
Syntax
public class ReflectionOptionPropertyProvider : IOptionPropertyProvider
Constructors
ReflectionOptionPropertyProvider() | Initializes a new instance of the ReflectionOptionPropertyProvider class. |
ReflectionOptionPropertyProvider(StringComparer, Boolean, Boolean) | Initializes a new instance of the ReflectionOptionPropertyProvider class. |
Methods
GetPropertyForOption(Object, CommandlineOption) | Gets an IOptionProperty for a given instance and option |