示例#1
0
 /// <summary>
 /// Returns the flags for the specified key.
 /// </summary>
 /// <param name="key">The key name.</param>
 /// <returns>The flags attached to the key.</returns>
 public EntryFlags GetFlags(string key)
 {
     return(NtCore.GetEntryFlags(m_path + PathSeperatorChar + key));
 }
示例#2
0
 public EntryFlags GetEntryFlags() => NtCore.GetEntryFlags(Handle);