Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
|---|---|---|
| .jpeg) .jpeg) | FolderPropertyExtensionInterface | Gets the currently configured IFolderPropertyExtension object. | 
| .jpeg) .jpeg) | MailboxExtensionInterface | Gets the currently configured IMailboxExtension object. | 
| .jpeg) .jpeg) | StringInterface | Gets the currently configured IMiscStrings object. | 
| .jpeg) .jpeg) | UserExtension2Interface | Gets the currently configured IUserExtension2 object. | 
| .jpeg) .jpeg) | UserExtensionInterface | Gets the currently configured IUserExtension object. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) .jpeg) | CreateInterface<T>() | Creates an instance of the specified interface by looking at the registry value associated with that interface. | 
Fields
| Name | Description | |
|---|---|---|
| .jpeg) .jpeg) | 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