PublishAssemblyCommand Methods

The PublishAssemblyCommand type exposes the following members.

  NameDescription
Protected method BeginProcessing Provides a one-time, preprocessing functionality for the cmdlet. The runspace calls this method once for each instance of the cmdlet in the pipeline. (Overrides ReportCommand.BeginProcessing().)
Public method Dispose Overloaded.
Protected method EndProcessing Provides a one-time, post-processing functionality for the cmdlet. The runspace calls this method once for each instance of the cmdlet in the pipeline. (Overrides ReportCommand.EndProcessing().)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetResourceString (Inherited from Cmdlet.)
Public method GetType (Inherited from Object.)
Public method Invoke (Inherited from Cmdlet.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Process Overloaded.
Protected method ProcessRecord Method to publish assembly (Overrides Cmdlet.ProcessRecord().)
Public method ShouldContinue Overloaded.
Public method ShouldProcess Overloaded.
Protected method StopProcessing Stops processing records when the user stops the cmdlet asynchronously. CTRL+C (Inherited from ReportCommand.)
Public method ThrowTerminatingError (Inherited from Cmdlet.)
Public method ToString (Inherited from Object.)
Public method TransactionAvailable (Inherited from Cmdlet.)
Public method WriteCommandDetail (Inherited from Cmdlet.)
Public method WriteDebug (Inherited from Cmdlet.)
Public method WriteError (Inherited from Cmdlet.)
Public method WriteObject Overloaded.
Public method WriteProgress (Inherited from Cmdlet.)
Public method WriteVerbose (Inherited from Cmdlet.)
Public method WriteWarning (Inherited from Cmdlet.)
Top

Community Additions

ADD
Show: