Class ExecutableInBinding
Make a chosen Implementation available as an executable at runtime.
Inheritance
ExecutableInBinding
Implements
Inherited Members
Namespace: ZeroInstall.Model
Assembly: ZeroInstall.Model.dll
Syntax
public abstract class ExecutableInBinding : Binding
Constructors
ExecutableInBinding()
Declaration
protected ExecutableInBinding()
Properties
Command
The name of the Command in the Implementation to launch; leave null
for NameRun.
Declaration
public string Command { get; set; }
Property Value
Type | Description |
---|---|
String |
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
Object | obj |
Returns
Type | Description |
---|---|
Boolean |
Overrides
Equals(ExecutableInBinding)
Declaration
public bool Equals(ExecutableInBinding other)
Parameters
Type | Name | Description |
---|---|---|
ExecutableInBinding | other |
Returns
Type | Description |
---|---|
Boolean |
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
Int32 |
Overrides
Operators
Equality(ExecutableInBinding, ExecutableInBinding)
Indicates whether the object on the left is equal to the object on the right.
Declaration
public static bool operator ==(ExecutableInBinding left, ExecutableInBinding right)
Parameters
Type | Name | Description |
---|---|---|
ExecutableInBinding | left | The left object |
ExecutableInBinding | right | The right object |
Returns
Type | Description |
---|---|
Boolean | true if the objects are equal; otherwise, false. |
Inequality(ExecutableInBinding, ExecutableInBinding)
Indicates whether the object on the left is not equal to the object on the right.
Declaration
public static bool operator !=(ExecutableInBinding left, ExecutableInBinding right)
Parameters
Type | Name | Description |
---|---|---|
ExecutableInBinding | left | The left object |
ExecutableInBinding | right | The right object |
Returns
Type | Description |
---|---|
Boolean | true if the objects are not equal; otherwise, false. |