InMemoryDirectoryInfo.FullName 属性
定义
包含文件或目录的完整路径的字符串。A string containing the full path of the file or directory.
public:
virtual property System::String ^ FullName { System::String ^ get(); };
public override string FullName { get; }
member this.FullName : string
Public Overrides ReadOnly Property FullName As String