ReparsePointAware.RequireSamePath(SafeFileHandle, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果给定 SafeFileHandle 的规范路径与 expectedPath 不同,则引发 UnauthorizedAccessException。
public static void RequireSamePath (Microsoft.Win32.SafeHandles.SafeFileHandle handle, string expectedPath);
static member RequireSamePath : Microsoft.Win32.SafeHandles.SafeFileHandle * string -> unit
Public Shared Sub RequireSamePath (handle As SafeFileHandle, expectedPath As String)
参数
- handle
- SafeFileHandle
SafeHandle 到要检查的文件。
- expectedPath
- String
检查句柄的路径。
例外
路径包含 Windows 重分析点,否则无法访问。