CallStackFrame.ScriptName Property

Definition

File name of the current location, or null if the frame is not associated to a script.

public:
 property System::String ^ ScriptName { System::String ^ get(); };
public:
 property Platform::String ^ ScriptName { Platform::String ^ get(); };
public string ScriptName { get; }
member this.ScriptName : string
Public ReadOnly Property ScriptName As String

Property Value

Applies to