Method | 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 |
Method | Description | |
---|---|---|
getInfoFromWMI ( string tableName, string objectName ) : object |
public static getPrinterConfigInfoFromWMI ( string printerName ) : object | ||
printerName | string | |
return | object |
public static getPrinterConfigInfoValueFromWMI ( string propertyName, object printerInfo, object defaultValue ) : object | ||
propertyName | string | |
printerInfo | object | |
defaultValue | object | |
return | object |
public static getPrinterConfigInfoValueFromWMI ( string printerName, string propertyName, object defaultValue ) : object | ||
printerName | string | |
propertyName | string | |
defaultValue | object | |
return | object |
public static getPrinterInfoFromWMI ( string printerName ) : object | ||
printerName | string | |
return | object |
public static getPrinterInfoValueFromWMI ( string propertyName, object printerInfo, object defaultValue ) : object | ||
propertyName | string | |
printerInfo | object | |
defaultValue | object | |
return | object |
public static getPrinterInfoValueFromWMI ( string printerName, string propertyName, object defaultValue ) : object | ||
printerName | string | |
propertyName | string | |
defaultValue | object | |
return | object |