Method | Description | |
---|---|---|
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.
|
public static OutputLine ( string str ) : void | ||
str | string | The line of text to output. |
return | void |