BlueCollar.MachineProxy.MachineProxy C# (CSharp) Метод

MachineProxy() публичный Метод

Initializes a new instance of the MachineProxy class.
public MachineProxy ( ILogger logger, string binPath ) : System
logger ILogger The logger to use when logging messages.
binPath string The path to use when probing for application assemblies.
Результат System
        public MachineProxy(ILogger logger, string binPath)
            : this(logger, binPath, false)
        {
        }

Same methods

MachineProxy::MachineProxy ( ILogger logger, string binPath, bool force ) : System