C# Класс GoogleCloudExtension.Utils.GcpOutputWindow

This class contains helpers to manage and add lines of text to the GCP window.
Показать файл Открыть проект

Открытые методы

Метод Описание
Activate ( ) : void

Activates the GCP output window, making sure it is visible for the user.

Clear ( ) : void

Clears all of the content from the GCP window.

OutputLine ( string str ) : void

Outputs a line to the GCP output window.

Описание методов

Activate() публичный статический Метод

Activates the GCP output window, making sure it is visible for the user.
public static Activate ( ) : void
Результат void

Clear() публичный статический Метод

Clears all of the content from the GCP window.
public static Clear ( ) : void
Результат void

OutputLine() публичный статический Метод

Outputs a line to the GCP output window.
public static OutputLine ( string str ) : void
str string The line of text to output.
Результат void