Constructor PostBuildCleanupAttribute
PostBuildCleanupAttribute(Type)
Initializes and returns an instance of PostBuildCleanupAttribute by type.
Declaration
public PostBuildCleanupAttribute(Type targetClass)
Parameters
Type | Name | Description |
---|---|---|
Type | targetClass | The type of the target class. |
PostBuildCleanupAttribute(string)
Initializes and returns an instance of PostBuildCleanupAttribute by class name.
Declaration
public PostBuildCleanupAttribute(string targetClassName)
Parameters
Type | Name | Description |
---|---|---|
string | targetClassName | The name of the target class. |