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: 9.0.27334.0-Beta
Syntaxpublic void RegisterWinRTClass<TInterface, TImplementation>()
where TInterface : class
where TImplementation : class, new(), TInterface
Public Sub RegisterWinRTClass(Of TInterface As Class, TImplementation As {Class, New, TInterface})
public:
generic<typename TInterface, typename TImplementation>
where TInterface : ref class
where TImplementation : ref class, gcnew(), TInterface
void RegisterWinRTClass()
member RegisterWinRTClass : unit -> unit when 'TInterface : not struct when 'TImplementation : not struct, new() and 'TInterface
Type Parameters
- TInterface
- TImplementation
See Also