C# Class Mindjet.Utility

Utility Class
Afficher le fichier Open project: CuchulainX/mindManagerMacros

Méthodes publiques

Méthode Description
HandleError ( System se ) : void

Show a message box with the error details.

Release ( object o ) : bool

Release A COM object

Utility ( ) : System

Default Constructor

Method Details

HandleError() public static méthode

Show a message box with the error details.
public static HandleError ( System se ) : void
se System an exception
Résultat void

Release() public static méthode

Release A COM object
public static Release ( object o ) : bool
o object
Résultat bool

Utility() public méthode

Default Constructor
public Utility ( ) : System
Résultat System