public _IDataProtectionProviderFactory() { _obj = ActivationFactory <DataProtectionProvider> .As(GuidGenerator.GetIID(typeof(Windows.Security.Cryptography.DataProtection.IDataProtectionProviderFactory).GetHelperType())); }
public _ICompressorFactory() { _obj = ActivationFactory <Compressor> .As(GuidGenerator.GetIID(typeof(Windows.Storage.Compression.ICompressorFactory).GetHelperType())); }
public _IXsltProcessorFactory() { _obj = ActivationFactory <XsltProcessor> .As(GuidGenerator.GetIID(typeof(Windows.Data.Xml.Xsl.IXsltProcessorFactory).GetHelperType())); }
public _IResourceLoaderFactory() { _obj = ActivationFactory <ResourceLoader> .As(GuidGenerator.GetIID(typeof(Windows.ApplicationModel.Resources.IResourceLoaderFactory).GetHelperType())); }
public _ILanguageFactory() : base(ActivationFactory <Language> .As <ABI.Windows.Globalization.ILanguageFactory.Vftbl>()) { }