ModuleSwitcher Constructor (String, String) |
Begins the identity switching.
Namespace: ConnectedApps.Cms.Sdk.SwitcherAssembly: ConnectedApps.Cms.Sdk.Switcher (in ConnectedApps.Cms.Sdk.Switcher.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ModuleSwitcher(
string strongName,
string fullClassName
)
Public Sub New (
strongName As String,
fullClassName As String
)
public:
ModuleSwitcher(
String^ strongName,
String^ fullClassName
)
new :
strongName : string *
fullClassName : string -> ModuleSwitcher
Parameters
- strongName
- Type: SystemString
The strong assembly name of the module. - fullClassName
- Type: SystemString
The full class name of the module.
See Also