Manifest.Validate Method

Definition

Performs various checks to verify the validity of the manifest. Any resulting errors or warnings are reported in the OutputMessages collection.

public:
 virtual void Validate();
public virtual void Validate ();
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public virtual void Validate ();
abstract member Validate : unit -> unit
override this.Validate : unit -> unit
[<System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
abstract member Validate : unit -> unit
override this.Validate : unit -> unit
Public Overridable Sub Validate ()
Attributes

Remarks

Any resulting errors or warnings are reported in the OutputMessageCollection object.

Applies to