TargetStartedEventArgs.TargetFile Property

Definition

File where this target was declared.

public:
 property System::String ^ TargetFile { System::String ^ get(); };
public string TargetFile { get; }
public string TargetFile { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.TargetFile : string
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.TargetFile : string
Public ReadOnly Property TargetFile As String

Property Value

The name of the file that contains the implementation of this target.

Attributes

Applies to