Manifest.Validate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.