public virtual bool BeginAccess()
 {
     if (this.m_Open)
     {
         return(false);
     }
     this.m_Process = ProcessStream.OpenProcess(2035711, 0, this.ProcessID);
     this.m_Open    = true;
     return(true);
 }