Class BinderConfiguration
public class BinderConfiguration
- Inheritance
-
BinderConfiguration
- Inherited Members
Constructors
BinderConfiguration(string, string, IBinderOptions)
public BinderConfiguration(string binderType, string binderAssemblyPath, IBinderOptions options)
Parameters
binderType
stringbinderAssemblyPath
stringoptions
IBinderOptions
Properties
ConfigureAssembly
public string ConfigureAssembly { get; }
Property Value
ConfigureClass
public string ConfigureClass { get; }
Property Value
IsDefaultCandidate
public bool IsDefaultCandidate { get; }
Property Value
IsInheritEnvironment
public bool IsInheritEnvironment { get; }
Property Value
Properties
public IDictionary<string, object> Properties { get; }
Property Value
ResolvedAssembly
public string ResolvedAssembly { get; set; }