อ่านในภาษาอังกฤษ

แชร์ผ่าน


FileTracker.ForceOutOfProcTracking Method

Definition

Determines whether we must track out of process, or whether in process tracking will work.

Overloads

ForceOutOfProcTracking(ExecutableType)

Determines whether we must track out-of-proc, or whether inproc tracking will work.

ForceOutOfProcTracking(ExecutableType, String, String)

Determines whether we must track out-of-proc, or whether inproc tracking will work.

ForceOutOfProcTracking(ExecutableType)

Source:
FileTracker.cs

Determines whether we must track out-of-proc, or whether inproc tracking will work.

C#
public static bool ForceOutOfProcTracking(Microsoft.Build.Utilities.ExecutableType toolType);
C#
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public static bool ForceOutOfProcTracking(Microsoft.Build.Utilities.ExecutableType toolType);

Parameters

toolType
ExecutableType

The executable type for the tool being tracked

Returns

True if we need to track out-of-proc, false if inproc tracking is OK

Attributes

Applies to

MSBuild 17 และรุ่นอื่นๆ
ผลิตภัณฑ์ เวอร์ชัน
MSBuild 15, 16, 17

ForceOutOfProcTracking(ExecutableType, String, String)

Source:
FileTracker.cs

Determines whether we must track out-of-proc, or whether inproc tracking will work.

C#
public static bool ForceOutOfProcTracking(Microsoft.Build.Utilities.ExecutableType toolType, string dllName, string cancelEventName);

Parameters

toolType
ExecutableType

The executable type for the tool being tracked

dllName
String

An optional assembly name.

cancelEventName
String

The name of the cancel event tracker should listen for, or null if there isn't one

Returns

True if we need to track out-of-proc, false if inproc tracking is OK

Applies to

MSBuild 17 และรุ่นอื่นๆ
ผลิตภัณฑ์ เวอร์ชัน
MSBuild 15, 16, 17