InterfaceHelper Class
Represents a helper class for creating instances of extension interfaces.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Common.InterfaceHelper
Syntax
public static class InterfaceHelper
public ref class InterfaceHelper abstract sealed
Public NotInheritable Class InterfaceHelper
Properties
Name | Description | |
---|---|---|
FolderPropertyExtensionInterface | Gets the currently configured IFolderPropertyExtension object. |
|
MailboxExtensionInterface | Gets the currently configured IMailboxExtension object. |
|
StringInterface | Gets the currently configured IMiscStrings object. |
|
UserExtension2Interface | Gets the currently configured IUserExtension2 object. |
|
UserExtensionInterface | Gets the currently configured IUserExtension object. |
Methods
Name | Description | |
---|---|---|
CreateInterface<T>() | Creates an instance of the specified interface by looking at the registry value associated with that interface. |
Fields
Name | Description | |
---|---|---|
RegKey | Contains the name of the subkey that contains the product extension interfaces. |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Common Namespace
Return to top