Interface ICLDCommentCommand
COMMENT CLData command. It is used to output various types of text information and comments to output files.
Inherited Members
Namespace: DotnetPostprocessing.SDK
Assembly: DotnetPostprocessing.SDK.dll
Syntax
public interface ICLDCommentCommand : ICLDCommand, INamedProperty
Properties
IsOperationName
Returns "true" if this command is a first COMMENT command in a file of operation, that contains the name of this operation. If it's another type of comment, this flag will contain "false".
Declaration
bool IsOperationName { get; }
Property Value
Type | Description |
---|---|
bool |
IsToolName
Returns "true" if this command is a special COMMENT command that contains the name of the tool. If it's another type of comment, this flag will contain "false".
Declaration
bool IsToolName { get; }
Property Value
Type | Description |
---|---|
bool |
Text
Textual string of a comment.
Declaration
string Text { get; }
Property Value
Type | Description |
---|---|
string |
UpperCaseText
Textual string of a comment in upper case.
Declaration
string UpperCaseText { get; }
Property Value
Type | Description |
---|---|
string |