API Reference
Class
HtmlSupportMatrixWriter
Generates a support matrix from shared profile, target, renderer, and diagnostic contracts.
Inheritance
- Object
- HtmlSupportMatrixWriter
Methods
public static String ToMarkdown() #Returns:
StringGenerates deterministic Markdown describing the current executable compatibility contracts.
public static Void WriteMarkdown(String path) #Returns:
VoidWrites the generated Markdown support matrix to a file, replacing any existing file.
Parameters
- path System.String
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object