Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: void PostBuildStep(Type, IPostBuildReporter)

Declaration

public static void PostBuildStep(
    Type type,
    IPostBuildReporter rep
)

Summary

Performs safety checks to ensure that a specific type doesn't cause Classify exceptions. Run this method as a post-build step to ensure reliability of execution. For an example of use, see PostBuildChecker.RunPostBuildChecks(string, params Assembly[]).

Parameters

Typetype The type that must be Classify-able.
IPostBuildReporterrep Object to report post-build errors to.