Manager Class

Definition

Provides methods for enabling managed code to execute as an ActiveX control.

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

public ref class Manager : Microsoft::IE::IHostEx
[System.Runtime.InteropServices.Guid("CA35CB3D-0357-11D3-8729-00C04F79ED0D")]
public class Manager : Microsoft.IE.IHostEx
[<System.Runtime.InteropServices.Guid("CA35CB3D-0357-11D3-8729-00C04F79ED0D")>]
type Manager = class
    interface IHostEx
Public Class Manager
Implements IHostEx
Inheritance
Manager
Attributes
Implements

Remarks

The Manager class initializes the properties that enable managed code to execute as an ActiveX control in a sandboxed application domain.

Constructors

Manager()

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

Initializes a new instance of the Manager class.

Fields

INTERNET_MAX_PATH_LENGTH

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

Gets the maximum length of a string that represents an Internet path.

INTERNET_MAX_SCHEME_LENGTH

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

Gets the maximum length of a string that represents an Internet scheme.

INTERNET_MAX_URL_LENGTH

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

Gets the maximum length of a string that represents a URL.

Methods

AreOnTheSameSite(String, String)

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

Gets a value that indicates whether the site portion of two URLs have the same canonicalized values.

AreTheSame(String, String)

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

Gets a value that indicates whether two URLs are the same in their canonicalized forms.

CanonizeURL(String, Manager+URL_CANONFLAGS)

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

Converts a URL string into canonical form.

DecodeDomainId(String)

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

Gets a byte array that contains the integer representation of the specified hexadecimal string.

Equals(Object)

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

(Inherited from Object)
GetClassFactory(String, String)

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

Not implemented.

This API is not CLS-compliant.

GetCodeBase(String, String, String)

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

Gets the code base and the application name from the passed-in URL string.

GetConfigurationFile(String, String, String)

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

Gets the path and file name of the configuration file from the passed-in URL string.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetSecuredClassFactory(Int32, Int32, String, String, String, String, String)

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

Creates a class factory that provides security information about the assembly.

This API is not CLS-compliant.

GetSiteName(String)

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

Gets the site name for the specified URL.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
IsValidURL(String)

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

Determines whether the specified URL is valid.

MakeFullLink(String, String, String)

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

Returns a full URL for the passed-in link, code base, and application.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to