Classes
| Class | Description |
|---|---|
| VBXC_ExampleAttribute | Create a new <example> attribute. |
| VBXC_ExceptionAttribute | Create a new <exception> attribute. |
| VBXC_IncludeAttribute | Create a new <include> attribute. Not complete |
| VBXC_ParamAttribute | Create a new <param> attribute. |
| VBXC_RemarksAttribute | Create a new <remarks> attribute. |
| VBXC_ReturnsAttribute | Create a new <returns> attribute. |
| VBXC_SummaryAttribute | Create a new <summary> attribute. |
| VBXC_ValueAttribute | Create a new <value> attribute. |
| VBXmlCommentAttribute | Create a new VBXmlComment, This object is a shortcut to creating a Summary and Remarks Seperately. You can also set if the class is Thread Safe. |
| VBXmlIncludeSkeletonAttribute | Future Use. Will reverse engineer an assembly to create an XML Comment File |