Ejemplo n.º 1
0
 public IORegistryIterator <IOObject> CreateRootIterator(RegistryPlane plane, RegistryIteratorOptions options)
 {
     return(IORegistryEntry.CreateRootIteratorForPort(Handle, plane, options));
 }
Ejemplo n.º 2
0
 public IOMasterPort() : this(Port.NULL)
 {
     rootEntry = new Lazy <IORegistryEntry> (() => IORegistryEntry.GetRootEntryForPort(Handle));
 }
Ejemplo n.º 3
0
 public IORegistryEntry FromPath(string path)
 {
     return(IORegistryEntry.GetEntryFromPath(Handle, path));
 }