FileSystemEntry.ToFileSystemInfo 方法
定义
将此实例的值转换为 FileSystemInfo。Converts the value of this instance to a FileSystemInfo.
public:
System::IO::FileSystemInfo ^ ToFileSystemInfo();
public System.IO.FileSystemInfo ToFileSystemInfo ();
member this.ToFileSystemInfo : unit -> System.IO.FileSystemInfo
Public Function ToFileSystemInfo () As FileSystemInfo
返回
作为 FileSystemInfo 的此实例的值。The value of this instance as a FileSystemInfo.