| Name | Description |
  | Append | |
  | AreDomainsEqual | Overloaded.
Parses the URLs, returns true of they have the same domain.
|
  | Clone |
Returns a deep copy of the value.
|
  | CompareDistinguishedName | Overloaded.
Compares two distinguished names.
|
  | DoesUrlMatchCertificate |
Checks that the domain in the URL provided matches one of the domains in the certificate.
|
  | FindInstalledFile |
Finds the file by search the common file folders and then bin directories in the source tree
|
  | FindStringIgnoreCase |
Checks if the target is in the list. Comparisons ignore case.
|
  | FlattenArray |
Converts a multidimension array to a flat array.
|
  | Format |
Formats a message using the invariant locale.
|
  | FromHexString |
Converts a hexadecimal string to an array of bytes.
|
  | GetAbsoluteDirectoryPath | Overloaded.
Checks if the file path is a relative path and returns an absolute path relative to the EXE location.
|
  | GetAbsoluteFilePath | Overloaded.
Checks if the file path is a relative path and returns an absolute path relative to the EXE location.
|
  | GetApplicationUriFromCertficate |
Extracts the the application URI specified in the certificate.
|
  | GetAssemblyBuildNumber |
Returns the build/revision number for an assembly formatted as a string.
|
  | GetAssemblySoftwareVersion |
Returns the major/minor version number for an assembly formatted as a string.
|
  | GetAssemblyTimestamp |
Returns the linker timestamp for an assembly.
|
  | GetDataMemberName |
Returns the data member name for a property.
|
  | GetDeadline |
Returns an absolute deadline for a timeout.
|
  | GetDomainsFromCertficate |
Extracts the the DNS names specified in the certificate.
|
  | GetFieldNames |
Returns the public static field names for a class.
|
  | GetFilePathDisplayName |
Truncates a file path so it can be displayed in a limited width view.
|
  | GetIdentifier |
Returns the numeric constant associated with a name.
|
  | GetLanguageId |
Returns the language identifier from a locale.
|
  | GetRecentFileList |
Returns the contents of the recent file list for the application.
|
  | GetSystemMessage |
Retrieves the system message text for the specified error.
|
  | GetTimeout |
Returns a timeout as integer number of milliseconds
|
  | GetTimeZoneInfo |
Returns the TimeZone information for the current local time.
|
  | GetUserSetting |
Returns the value of the user setting.
|
  | IncrementIdentifier | Overloaded.
Increments a identifier (wraps around if max exceeded).
|
  | IsEqual |
Checks if two values are equal.
|
  | IsValidLocaleId |
Checks if a string is a valid locale identifier.
|
  | Match |
Tests if the specified string matches the specified pattern.
|
  | ParseCertificateBlob |
Creates a X509 certificate object from the DER encoded bytes.
|
  | ParseCertificateChainBlob |
Creates a X509 certificate collection object from the DER encoded bytes.
|
  | ParseDistinguishedName |
Parses a distingushed name.
|
  | ParseExtension<T> |
Looks for an extension with the specified type and uses the DataContractSerializer to parse it.
|
  | ParseUri |
Parses a URI string. Returns null if it is invalid.
|
  | PSHA1 |
Generates a Pseudo random sequence of bits using the P_SHA1 alhorithm.
|
  | PSHA256 |
Generates a Pseudo random sequence of bits using the P_SHA256 alhorithm.
|
  | ReplaceLocalhost |
Replaces the localhost domain with the current host name.
|
  | ReplaceSpecialFolderNames | Replaces a prefix enclosed in '%' with a special folder or environment variable path (e.g. ProgramFiles\MyCompany). |
  | SelectLocalizedText |
Returns the localized text from a list of available text
|
  | SetTraceLog |
Sets the path to the log file to use for tracing.
|
  | SetTraceMask |
Sets the mask for tracing (thead safe).
|
  | SetTraceOutput |
Sets the output for tracing (thead safe).
|
  | SetUserSetting |
Sets the value of the user setting.
|
  | SilentDispose |
Supresses any exceptions while disposing the object.
|
  | ToHexString |
Converts a buffer to a hexadecimal string.
|
  | ToInt32 |
Safely converts an UInt32 identifier to a Int32 identifier.
|
  | ToString | Overloaded.
Formats an object using the invariant locale.
|
  | ToUInt32 |
Safely converts an Int32 identifier to a UInt32 identifier.
|
  | Trace | Overloaded.
Writes an informational message to the trace log.
|
  | UpdateExtension<T> |
Looks for an extension with the specified type and uses the DataContractSerializer to serializes its replacement.
|
  | UpdateInstanceUri |
Substitutes the local machine name if "localhost" is specified in the instance uri.
|
  | UpdateRecentFileList |
Updates the contents of the recent file list for the application.
|