ApplicationDirectory.ToString 方法
定义
获取 ApplicationDirectory 证据对象的状态的字符串表示形式。Gets a string representation of the state of the ApplicationDirectory evidence object.
public:
override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
返回
ApplicationDirectory 证据对象的状态的字符串表示形式。A representation of the state of the ApplicationDirectory evidence object.
注解
在调试过程中,此方法非常有用,可获取对象的易于阅读的表示形式。This method is useful during debugging to get an easy-to-read representation of the object.