IEExecRemote.cs
上传用户:jnxxjx
上传日期:2015-03-08
资源大小:3388k
文件大小:1k
源码类别:

VC书籍

开发平台:

C/C++

  1. //$si$ virtual
  2. ////////////////////////////////////////////////////////////////
  3. // File IEExecRemote.dll: 
  4. // Global functions
  5. //-------------------------------------------------------
  6. // Global fields
  7. //-------------------------------------------------------
  8. // Global MemberRefs
  9. //-------------------------------------------------------
  10. // Types
  11. //-------------------------------------------------------
  12. class Util.Version : System.Object
  13.     {
  14.      String VersionString;
  15.      String SBSVersionString;
  16.      Void Util.Version();
  17.     }
  18. class IEHost.Execute.IEExecuteRemote : System.MarshalByRefObject
  19.     {
  20.      I4 ExecuteAsAssembly( String file,  Class System.Security.Policy.Evidence evidence);
  21.      I4 ExecuteAsDll( String file,  Class System.Security.Policy.Evidence evidence,  Object pars);
  22.      Void IEHost.Execute.IEExecuteRemote();
  23.     }