Inheritance Hierarchy
System.CodeDom CodeObject
System.CodeDom CodeStatement
System.CodeDom CodeSnippetStatement
Cognex.VisionPro.Implementation.Internal CogScriptGen CogCodeBlankLineStatement
Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.ToolGroup (in Cognex.VisionPro.ToolGroup.dll) Version: 85.1.0.0 (85.1.0.0)
Syntax
The CogScriptGen CogCodeBlankLineStatement type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CogScriptGen CogCodeBlankLineStatement |
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| EndDirectives | Gets a CodeDirectiveCollection object that contains end directives. (Inherited from CodeStatement.) | |
| LinePragma | Gets or sets the line on which the code statement occurs. (Inherited from CodeStatement.) | |
| StartDirectives | Gets a CodeDirectiveCollection object that contains start directives. (Inherited from CodeStatement.) | |
| UserData | Gets the user-definable data for the current object. (Inherited from CodeObject.) | |
| Value | Gets or sets the literal code fragment statement. (Inherited from CodeSnippetStatement.) |
See Also