TestimoX

API Reference

Class

DjoinCommandResult

Namespace ADPlayground.Migrations.Computers
Assembly ADPlayground
Implements
IEquatable<DjoinCommandResult>
Modifiers sealed

Result from invoking djoin.exe.

Inheritance

  • Object
  • DjoinCommandResult

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Constructors

Methods

public DjoinCommandResult <Clone>$() #
Returns: DjoinCommandResult
public virtual Boolean Equals(DjoinCommandResult other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public Int32 ExitCode { get; set; } #

Process exit code.

public String Output { get; set; } #

Standard output.

public String Error { get; set; } #

Standard error.