Class CosmosWindowsPackage
Inheritance
System.Object
CosmosWindowsPackage
Assembly: Cosmos.VS.Windows.dll
Syntax
[Guid("2084f89a-967c-4f7d-a3f8-217c3fa8ee66")]
public sealed class CosmosWindowsPackage : AsyncPackage
Constructors
|
Improve this Doc
View Source
CosmosWindowsPackage()
Declaration
public CosmosWindowsPackage()
Properties
|
Improve this Doc
View Source
StateStorer
Declaration
public StateStorer StateStorer { get; }
Property Value
Methods
|
Improve this Doc
View Source
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
|
Improve this Doc
View Source
FindChannelWindow(Type)
Declaration
public ToolWindowPaneChannel FindChannelWindow(Type aWindowType)
Parameters
Type |
Name |
Description |
System.Type |
aWindowType |
|
Returns
|
Improve this Doc
View Source
FindChannelWindowAsync(Type)
Declaration
public async Task<ToolWindowPaneChannel> FindChannelWindowAsync(Type aWindowType)
Parameters
Type |
Name |
Description |
System.Type |
aWindowType |
|
Returns
|
Improve this Doc
View Source
FindWindow(Type)
Declaration
public ToolWindowPane2 FindWindow(Type aWindowType)
Parameters
Type |
Name |
Description |
System.Type |
aWindowType |
|
Returns
|
Improve this Doc
View Source
FindWindowAsync(Type)
Declaration
public async Task<ToolWindowPane2> FindWindowAsync(Type aWindowType)
Parameters
Type |
Name |
Description |
System.Type |
aWindowType |
|
Returns
|
Improve this Doc
View Source
InitializeAsync(CancellationToken, IProgress<ServiceProgressData>)
Declaration
protected override async Task InitializeAsync(CancellationToken cancellationToken, IProgress<ServiceProgressData> progress)
Parameters
Type |
Name |
Description |
System.Threading.CancellationToken |
cancellationToken |
|
System.IProgress<ServiceProgressData> |
progress |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
|
Improve this Doc
View Source
RestoreAllStatesAsync()
Declaration
public async Task RestoreAllStatesAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
|
Improve this Doc
View Source
StoreAllStates()
Declaration
public void StoreAllStates()
|
Improve this Doc
View Source
UpdateChannelWindowsAsync(UInt16, Byte[])
Declaration
public async Task UpdateChannelWindowsAsync(ushort aChannelAndCommand, byte[] aData)
Parameters
Type |
Name |
Description |
System.UInt16 |
aChannelAndCommand |
|
System.Byte[] |
aData |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|