TempPathHelper.PerformDeletion Method

Public Shared Sub PerformDeletion( _ 
ByVal process As Process, _ 
ByVal base_path As String
)
This language is not supported or no code example is available.
public static void PerformDeletion( 
Process process
string base_path 
)
This language is not supported or no code example is available.
public:  
static void PerformDeletion( 
Process^ process
String^ base_path 
)
This language is not supported or no code example is available.
public static function PerformDeletion( 
process : Process
base_path : String 
);
This language is not supported or no code example is available.

Parameters

process
Process

base_path
string

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition