C# Class Wox.Plugin.Program.Programs.UWP

Mostrar archivo Open project: Wox-launcher/Wox Class Usage Examples

Public Methods

Method Description
All ( ) : Application[]
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
UWP ( Package package ) : System

Private Methods

Method Description
CurrentUserPackages ( ) : IEnumerable
InitPackageVersion ( string namespaces ) : void
InitializeAppInfo ( ) : void
SHCreateStreamOnFileEx ( string fileName, Stgm grfMode, uint attributes, bool create, AppxPackaing.IStream reserved, AppxPackaing.IStream &stream ) : Hresult
SHLoadIndirectString ( string pszSource, StringBuilder pszOutBuf, uint cchOutBuf, IntPtr ppvReserved ) : Hresult
XmlNamespaces ( string path ) : string[]

Method Details

All() public static method

public static All ( ) : Application[]
return Application[]

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

UWP() public method

public UWP ( Package package ) : System
package Windows.ApplicationModel.Package
return System