public sealed class HostLauncher : IHostLauncher,
IDisposable
Public NotInheritable Class HostLauncher
Implements IHostLauncher, IDisposable
public ref class HostLauncher sealed : IHostLauncher,
IDisposable
[<SealedAttribute>]
type HostLauncher =
class
interface IHostLauncher
interface IDisposable
end
HostLauncher | Инициализирует новый экземпляр класса HostLauncher |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
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) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
RunHostAsync | Запускает приложение TessaHost. Возвращает null, если приложение не было запущено, потому что оно недоступно. |
ToString | Returns a string that represents the current object. (Унаследован от Object) |