public static class AtcCodeDocumentationAssemblyTypeInitializer
public static class Constants
string UndefinedDescription
DocumentationHelper.
public static class DocumentationHelper
TypeComments CollectExportedTypeWithCommentsFromType(Type type)Summary: Collects the type of the exported type with comments from.
Parameters:
type
- The type.
TypeComments[] CollectExportedTypesWithMissingCommentsFromAssembly(Assembly assembly, List<Type> excludeTypes = null)Summary: Collects the exported types with missing comments from assembly.
Parameters:
assembly
- The assembly.
excludeTypes
- The exclude types.
string CollectExportedTypesWithMissingCommentsFromAssemblyAndGenerateText(Assembly assembly, List<Type> excludeTypes = null, bool useFullName = False)Summary: Collects the exported types with missing comments from assembly and generate text.
Parameters:
assembly
- The assembly.
excludeTypes
- The exclude types.
useFullName
- if set to true [use full name].
string[] CollectExportedTypesWithMissingCommentsFromAssemblyAndGenerateTextLines(Assembly assembly, List<Type> excludeTypes = null, bool useFullName = False)Summary: Collects the exported types with missing comments from assembly and generate text lines.
Parameters:
assembly
- The assembly.
excludeTypes
- The exclude types.
useFullName
- if set to true [use full name].
MemberType.
public enum MemberType
Value | Name | Description | Summary |
---|---|---|---|
0 | None | None | The none. |
69 | Event | Event | The event. |
70 | Field | Field | The field. |
77 | Method | Method | The method. |
80 | Property | Property | The property. |
84 | Type | Type | The type. |
TypeComments.
public class TypeComments
BeautifyHtmlNameSummary: Gets the name of the beautify HTML.
CommentLookupSummary: Gets the comment lookup.
FullNameSummary: Gets the full name.
HasCommentsSummary: Gets a value indicating whether this instance has comments.
NameSummary: Gets the name.
NamespaceSummary: Gets the namespace.
TypeSummary: Gets the type.
XmlDocumentComment[] GetXmlDocumentComments()Summary: Gets the XML document comments.
string ToString()Summary: Converts to string.
Returns: A string that represents this instance.