public sealed class LazyProcessManager : IProcessManager,
IDisposable
Public NotInheritable Class LazyProcessManager
Implements IProcessManager, IDisposable
public ref class LazyProcessManager sealed : IProcessManager,
IDisposable
[<SealedAttribute>]
type LazyProcessManager =
class
interface IProcessManager
interface IDisposable
end
LazyProcessManager | Создаёт экземпляр класса с указанием функции, создающей объект IProcessManager. Гарантируется, что функция не будет вызвана более одного раза. |
Dispose | Освобождает занятые объектом ресурсы. |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
HasProcessesRunning | Возвращает признак того, что хотя бы один дочерний процесс ещё запущен. |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
StartProcess | Запускает процесс с заданными параметрами. Метод должен быть потокобезопасным. |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
Get | (Определяется ComHelper) |
InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor) |
Invoke | (Определяется ComHelper) |
Set | (Определяется ComHelper) |