C# Class System.Diagnostics.AssertWrapper

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description
ShowMessageBoxAssert void

Méthodes publiques

Méthode Description
ShowAssert ( string stackTrace, StackFrame frame, string message, string detailMessage ) : void

Private Methods

Méthode Description
ShowMessageBoxAssert ( string stackTrace, string message, string detailMessage ) : void

Method Details

ShowAssert() public static méthode

public static ShowAssert ( string stackTrace, StackFrame frame, string message, string detailMessage ) : void
stackTrace string
frame StackFrame
message string
detailMessage string
Résultat void