Interface IBinderOptions
Contains the configuration options for a binder
public interface IBinderOptions
Properties
ConfigureClass
string ConfigureClass { get; }
Property Value
DefaultCandidate
bool DefaultCandidate { get; }
Property Value
Environment
Dictionary<string, object> Environment { get; }
Property Value
InheritEnvironment
bool InheritEnvironment { get; }