HangReportContribution Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A contribution to an aggregate hang report.
public ref class HangReportContribution
[Windows::Foundation::Metadata::WebHostHidden]
class HangReportContribution
public class HangReportContribution
type HangReportContribution = class
Public Class HangReportContribution
- Inheritance
-
HangReportContribution
Constructors
HangReportContribution(String, String, String, HangReportContribution[]) |
Initializes a new instance of the HangReportContribution class. |
HangReportContribution(String, String, String) |
Initializes a new instance of the HangReportContribution class. |
Properties
Content |
Gets the content of the hang report. |
ContentName |
Gets the suggested filename for the content. |
ContentType |
Gets the MIME type for the content. |
NestedReports |
Gets the nested hang reports, if any. |
Applies to
Thread Safety
This type is thread-safe for all members.