Click or drag to resize

FileSystemEntryGetNameInformation Method

Overload List
  NameDescription
Public methodStatic memberGetNameInformation(IntPtr, Boolean)
Gets the name information for a file or directory handle. This method uses NtQueryObject with ObjectNameInformation to get that information.
Public methodStatic memberGetNameInformation(String, Boolean)
Gets the name information for a path. This method uses NtQueryObject with ObjectNameInformation to get that information.
Top
See Also