ReparsePointAware.RequireSamePath(SafeFileHandle, String) 方法

定义

如果给定 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 重分析点,否则无法访问。

适用于