Click or drag to resize

LocalServerRegisterWinRTClassTInterface, TImplementation Method

IT Hit User File System
WinRT COM class registration.

Namespace:  ITHit.FileSystem.Windows.ShellExtension
Assembly:  ITHit.FileSystem.Windows.ShellExtension (in ITHit.FileSystem.Windows.ShellExtension.dll) Version: 8.1.26727.0-Beta2
Syntax
public void RegisterWinRTClass<TInterface, TImplementation>()
where TInterface : class
where TImplementation : class, new(), TInterface

Type Parameters

TInterface
TImplementation
See Also