Msix class

Main class that handles all the msix package functionality

Constructors

Msix(List<String> args)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build() Future<void>
Execute with the msix:build command
create() Future<void>
Execute with the msix:create command
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pack() Future<void>
Execute with the msix:pack command
publish() Future<void>
Execute with the msix:publish command
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

registerWith() → void