Ejemplo n.º 1
0
 /// <summary>Appends to the path for loading external procedures</summary>
 /// <param name="path">List of directories in the path format of the operating system</param>
 public void AddProcedurePath(string path)
 {
     HDevEngine.HCkE(EngineAPI.AddProcedurePath(this.engine, path));
     GC.KeepAlive((object)this);
 }