OptimizationPassCompletedEventArgs
Summary
Provides data for the optimization pass completed event.
Signature
1 | |
Namespace
cAlgo.API
See Also
Methods
ToString
Signature
1 | |
Return Value
string
PrintMembers
Signature
1 | |
Parameters
| Name | Type | Description |
|---|---|---|
| builder | StringBuilder |
Return Value
bool
GetHashCode
Signature
1 | |
Return Value
int
Equals (2)
Equals (1 of 2)
Signature
1 | |
Parameters
| Name | Type | Description |
|---|---|---|
| obj | object |
Return Value
bool
Equals (2 of 2)
Signature
1 | |
Parameters
| Name | Type | Description |
|---|---|---|
| other | OptimizationPassCompletedEventArgs |
Return Value
bool
$
Signature
1 | |
Return Value
OptimizationPassCompletedEventArgs
Properties
Process
Summary
Gets the optimization process that produced the pass.
Signature
1 | |
Return Value
OptimizationProcess
Pass
Summary
Gets the pass that completed.
Signature
1 | |
Return Value
OptimizationPass