Method | Description | |
---|---|---|
Beginget_local_file_path_prefixes ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_local_file_path_prefixes ( string prefixes, System callback, object asyncState ) : System.IAsyncResult | ||
Endget_local_file_path_prefixes ( System asyncResult ) : string[] | ||
Endget_version ( System asyncResult ) : string | ||
Endset_local_file_path_prefixes ( System asyncResult ) : void | ||
ManagementGlobals ( ) : System |
Method | Description | |
---|---|---|
get_local_file_path_prefixes ( ) : string[] | ||
get_version ( ) : string | ||
set_local_file_path_prefixes ( string prefixes ) : void |
public Beginget_local_file_path_prefixes ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_local_file_path_prefixes ( string prefixes, System callback, object asyncState ) : System.IAsyncResult | ||
prefixes | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Endget_local_file_path_prefixes ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endset_local_file_path_prefixes ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |