public class HelpManager : IHelpManager
Public Class HelpManager
Implements IHelpManager
public ref class HelpManager : IHelpManager
type HelpManager =
class
interface IHelpManager
end
HelpManager | Создаёт экземпляр класса с указанием его зависимостей. |
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) |
OpenHelpAsync | Открывает справку по системе в соответствии с настройками. Возвращает признак того, что справка успешно открыта (в противном случае она недоступна пользователю). |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
TryGetHelpInfoAsync | Возвращает информацию по доступности справки и по актуальной для неё всплывающей подсказке, которая отображается пользователю. |