IEExecRemote.cs
上传用户:jnxxjx
上传日期:2015-03-08
资源大小:3388k
文件大小:1k
- //$si$ virtual
- ////////////////////////////////////////////////////////////////
- // File IEExecRemote.dll:
- // Global functions
- //-------------------------------------------------------
- // Global fields
- //-------------------------------------------------------
- // Global MemberRefs
- //-------------------------------------------------------
- // Types
- //-------------------------------------------------------
- class Util.Version : System.Object
- {
- String VersionString;
- String SBSVersionString;
- Void Util.Version();
- }
- class IEHost.Execute.IEExecuteRemote : System.MarshalByRefObject
- {
- I4 ExecuteAsAssembly( String file, Class System.Security.Policy.Evidence evidence);
- I4 ExecuteAsDll( String file, Class System.Security.Policy.Evidence evidence, Object pars);
- Void IEHost.Execute.IEExecuteRemote();
- }