C# Class CSReportDll.cPrintWMI

Afficher le fichier Open project: javiercrowsoft/CSReports.net

Méthodes publiques

Méthode Description
getPrinterConfigInfoFromWMI ( string printerName ) : object
getPrinterConfigInfoValueFromWMI ( string propertyName, object printerInfo, object defaultValue ) : object
getPrinterConfigInfoValueFromWMI ( string printerName, string propertyName, object defaultValue ) : object
getPrinterInfoFromWMI ( string printerName ) : object
getPrinterInfoValueFromWMI ( string propertyName, object printerInfo, object defaultValue ) : object
getPrinterInfoValueFromWMI ( string printerName, string propertyName, object defaultValue ) : object

Private Methods

Méthode Description
getInfoFromWMI ( string tableName, string objectName ) : object

Method Details

getPrinterConfigInfoFromWMI() public static méthode

public static getPrinterConfigInfoFromWMI ( string printerName ) : object
printerName string
Résultat object

getPrinterConfigInfoValueFromWMI() public static méthode

public static getPrinterConfigInfoValueFromWMI ( string propertyName, object printerInfo, object defaultValue ) : object
propertyName string
printerInfo object
defaultValue object
Résultat object

getPrinterConfigInfoValueFromWMI() public static méthode

public static getPrinterConfigInfoValueFromWMI ( string printerName, string propertyName, object defaultValue ) : object
printerName string
propertyName string
defaultValue object
Résultat object

getPrinterInfoFromWMI() public static méthode

public static getPrinterInfoFromWMI ( string printerName ) : object
printerName string
Résultat object

getPrinterInfoValueFromWMI() public static méthode

public static getPrinterInfoValueFromWMI ( string propertyName, object printerInfo, object defaultValue ) : object
propertyName string
printerInfo object
defaultValue object
Résultat object

getPrinterInfoValueFromWMI() public static méthode

public static getPrinterInfoValueFromWMI ( string printerName, string propertyName, object defaultValue ) : object
printerName string
propertyName string
defaultValue object
Résultat object