Class BinderType
public class BinderType : IBinderType
- Inheritance
-
BinderType
- Implements
- Inherited Members
Constructors
BinderType(string, string, string)
public BinderType(string name, string configurationClass, string assemblyPath)
Parameters
Properties
AssemblyPath
public string AssemblyPath { get; }
Property Value
ConfigureClass
public string ConfigureClass { get; }
Property Value
Name
public string Name { get; }
Property Value
Methods
Equals(object)
Determines whether the specified object is equal to the current object.
public override bool Equals(object o)
Parameters
o
object
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.