|
DeleteEntries(TeamFoundationRequestContext, array<String[]) |
|
|
DeleteEntries(TeamFoundationRequestContext, Identity, array<String[]) |
|
|
DeleteEntries(TeamFoundationRequestContext, Guid, array<String[]) |
|
|
Equals |
Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
FilterEntries |
Filters the list of registry entries using the provided filter paths. |
|
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode |
Serves as the default hash function. (Inherited from Object.) |
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
GetValue(TeamFoundationRequestContext, String) |
Retrieves the value for the specified path. |
|
GetValue(TeamFoundationRequestContext, Identity, String) |
|
|
GetValue(TeamFoundationRequestContext, Guid, String) |
|
|
GetValue(TeamFoundationRequestContext, String, Boolean, String) |
GetValue will return the value for the specified path as a string. |
|
GetValue(TeamFoundationRequestContext, Identity, String, Boolean, String) |
|
|
GetValue(TeamFoundationRequestContext, Guid, String, Boolean, String) |
|
|
GetValue<T>(TeamFoundationRequestContext, String) |
Retrieves the value for the specified path, converted to the type specified by T. |
|
GetValue<T>(TeamFoundationRequestContext, Identity, String) |
|
|
GetValue<T>(TeamFoundationRequestContext, Guid, String) |
|
|
GetValue<T>(TeamFoundationRequestContext, String, T) |
Retrieves the value for the specified path, converted to the type specified by T. |
|
GetValue<T>(TeamFoundationRequestContext, Identity, String, T) |
|
|
GetValue<T>(TeamFoundationRequestContext, Guid, String, T) |
|
|
GetValue<T>(TeamFoundationRequestContext, String, Boolean, T) |
GetValue<T>() will retrieve the value for the specified path. It will then be converted to the type specified by T. |
|
GetValue<T>(TeamFoundationRequestContext, Identity, String, Boolean, T) |
|
|
GetValue<T>(TeamFoundationRequestContext, Guid, String, Boolean, T) |
|
|
LogRegistryChangesEnabled |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
QueryAuditLog |
QueryAuditLog is used to read the changes that have occurred to the registry. |
|
ReadEntries(TeamFoundationRequestContext, String) |
|
|
ReadEntries(TeamFoundationRequestContext, Identity, String) |
|
|
ReadEntries(TeamFoundationRequestContext, Guid, String) |
|
|
ReadEntries(TeamFoundationRequestContext, String, Boolean) |
Special segment patterns: "/.../" and "/**/" match zero or more segments in a path. "/*/" matches zero or one segments in a path. Segments that contain "...", "*" in addition to other characters (e.g. "/f...b/", "/......./") are either invalid or literal. Other patterns: a segment that includes "*" and other characters can be used to match one segment in a path. e.g. "/f*/" would match "/folder/" but not "/afolder/". Currently only the special segments patterns are supported, and they can only be the last segment. |
|
ReadEntries(TeamFoundationRequestContext, Identity, String, Boolean) |
|
|
ReadEntries(TeamFoundationRequestContext, Guid, String, Boolean) |
|
|
ReadEntriesFallThru(TeamFoundationRequestContext, String) |
ReadEntries is used to read multiple registry values in a single call Values from the fall through registry are included where they do not occur in this registry. |
|
ReadEntriesFallThru(TeamFoundationRequestContext, Identity, String) |
|
|
ReadEntriesFallThru(TeamFoundationRequestContext, Guid, String) |
|
|
ReadEntriesInternal |
Warning: takes and returns complete registry paths including the hive. |
|
ServiceEnd |
Implementation of ITeamFoundationService.ServiceEnd |
|
ServiceStart |
Implementation of ITeamFoundationService.ServiceStart |
|
SetValue(TeamFoundationRequestContext, String, String) |
|
|
SetValue(TeamFoundationRequestContext, Identity, String, String) |
|
|
SetValue(TeamFoundationRequestContext, Guid, String, String) |
|
|
SetValue<T>(TeamFoundationRequestContext, String, T) |
|
|
SetValue<T>(TeamFoundationRequestContext, Identity, String, T) |
|
|
SetValue<T>(TeamFoundationRequestContext, Guid, String, T) |
|
|
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
|
WriteEntries(TeamFoundationRequestContext, IEnumerable<RegistryEntry>) |
|
|
WriteEntries(TeamFoundationRequestContext, Identity, IEnumerable<RegistryEntry>) |
|
|
WriteEntries(TeamFoundationRequestContext, Guid, IEnumerable<RegistryEntry>) |
|
|
WriteEntriesInternal |
WriteEntries is used to update a set of registry entries all at the same time. All updates to the registry are transacted. This means either all or none of the updates are committed. |