InterfaceHelper Class

 

Represents a helper class for creating instances of extension interfaces.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)

System::Object
  Microsoft.WindowsServerSolutions.Common::InterfaceHelper

public ref class InterfaceHelper abstract sealed 

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticFolderPropertyExtensionInterface

Gets the currently configured IFolderPropertyExtension object.

System_CAPS_pubpropertySystem_CAPS_staticMailboxExtensionInterface

Gets the currently configured IMailboxExtension object.

System_CAPS_pubpropertySystem_CAPS_staticStringInterface

Gets the currently configured IMiscStrings object.

System_CAPS_pubpropertySystem_CAPS_staticUserExtension2Interface

Gets the currently configured IUserExtension2 object.

System_CAPS_pubpropertySystem_CAPS_staticUserExtensionInterface

Gets the currently configured IUserExtension object.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateInterface<T>()

Creates an instance of the specified interface by looking at the registry value associated with that interface.

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticRegKey

Contains the name of the subkey that contains the product extension interfaces.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: