IEExecuteRemote Class

Definition

Runs a managed application over the Internet.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class IEExecuteRemote : MarshalByRefObject
public class IEExecuteRemote : MarshalByRefObject
type IEExecuteRemote = class
    inherit MarshalByRefObject
Public Class IEExecuteRemote
Inherits MarshalByRefObject
Inheritance
IEExecuteRemote

Constructors

IEExecuteRemote()

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the IEExecuteRemote class.

Properties

Exception

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets an exception if one was thrown.

Methods

CreateObjRef(Type)

Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.

(Inherited from MarshalByRefObject)
Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
ExecuteAsAssembly(String, Evidence, Byte[], AssemblyHashAlgorithm)

This API supports the product infrastructure and is not intended to be used directly from your code.

Loads an assembly and calls the entry point, given its file name or path, security evidence, hash value, and hash algorithm.

ExecuteAsDll(String, Evidence, Object)

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetLifetimeService()
Obsolete.

Retrieves the current lifetime service object that controls the lifetime policy for this instance.

(Inherited from MarshalByRefObject)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
InitializeLifetimeService()

This API supports the product infrastructure and is not intended to be used directly from your code.

Gives the IEExecuteRemote object an infinite lifetime by preventing a lease from being created.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
MemberwiseClone(Boolean)

Creates a shallow copy of the current MarshalByRefObject object.

(Inherited from MarshalByRefObject)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to