| Name | Description |
  | Append |
Appends a list of byte arrays.
|
  | AreDomainsEqual | Overloaded.
Parses the URLs, returns true of they have the same domain.
|
  | BeginScope |
Formats the message and creates a scope.
|
  | Clone |
Returns a deep copy of the value.
|
  | CompareNonce |
Compare Nonce for equality.
|
  | DefaultXmlReaderSettings |
Returns a XmlReaderSetting with safe defaults.
DtdProcessing Prohibited, XmlResolver disabled and
ConformanceLevel Document.
|
  | DefaultXmlWriterSettings |
Returns a XmlWriterSetting with deterministic defaults across .NET versions.
|
  | EscapeUri |
Escapes a URI string using the percent encoding.
|
  | 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.
|
  | 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.
|
  | 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.
|
  | GetFullQualifiedDomainName |
Get the FQDN of the local computer.
|
  | GetHostAddresses | |
  | GetHostAddressesAsync | |
  | GetHostName | |
  | GetIdentifier |
Returns the numeric constant associated with a name.
|
  | GetLanguageId |
Returns the language identifier from a locale.
|
  | GetTimeout |
Returns a timeout as integer number of milliseconds
|
  | GetTimeZoneInfo |
Returns the TimeZone information for the current local time.
|
  | GetVersionTime |
Return the current time in milliseconds since 1/1/2000.
|
  | IncrementIdentifier | Overloaded.
Increments a identifier (wraps around if max exceeded).
|
  | IsEqual | Overloaded.
Checks if two DateTime values are equal.
|
  | IsEqualUserIdentity |
Checks if two identities are equal.
|
  | IsPathRooted | Replaces a prefix enclosed in '%' with a special folder or environment variable path (e.g. ProgramFiles\MyCompany). |
  | IsRunningOnMono |
Determine if assembly uses mono runtime.
|
  | IsUriHttpsScheme | Returns true if the url starts with opc.https or https. |
  | IsValidLocaleId |
Checks if a string is a valid locale identifier.
|
  | Log | Overloaded.
Formats and writes a log message at the specified log level.
|
  | LogCertificate | Overloaded.
Formats and writes a log message for a certificate.
|
  | LogCritical | Overloaded.
Formats and writes a critical log message.
|
  | LogDebug | Overloaded.
Formats and writes a debug log message.
|
  | LogError | Overloaded.
Formats and writes an error log message.
|
  | LogInfo | Overloaded.
Formats and writes an informational log message.
|
  | LogTrace | Overloaded.
Formats and writes a trace log message.
|
  | LogWarning | Overloaded.
Formats and writes a warning log message.
|
  | LowerLimitIdentifier |
Sets the identifier to a lower limit if smaller. Thread safe.
|
  | Match |
Tests if the specified string matches the specified pattern.
|
  | NormalizedIPAddress |
Normalize ipv4/ipv6 address for comparisons.
|
  | ParseCertificateBlob |
Creates a X509 certificate object from the DER encoded bytes.
|
  | ParseCertificateChainBlob |
Creates a X509 certificate collection object from the DER encoded bytes.
|
  | 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.
|
  | ReplaceDCLocalhost |
Replaces the cert subject name DC=localhost with the current host name.
|
  | 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
|
  | SetLogger |
Sets the ILogger.
|
  | SetLogLevel |
Sets the LogLevel for the TraceEventLogger.
|
  | SetTraceLog |
Sets the path to the log file to use for tracing.
|
  | SetTraceMask |
Sets the mask for tracing (thread safe).
|
  | SetTraceOutput |
Sets the output for tracing (thread safe).
|
  | SilentDispose | Overloaded.
Suppresses any exceptions while disposing the object.
|
  | ToHexString |
Converts a buffer to a hexadecimal string.
|
  | ToInt32 |
Safely converts an UInt32 identifier to a Int32 identifier.
|
  | ToOpcUaUniversalTime |
Normalize a DateTime to Opc Ua UniversalTime.
|
  | 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.
|
  | TraceDebug |
Writes an informational message to the trace log.
|
  | UnescapeUri |
Unescapes a URI string using the percent encoding.
|
  | 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.
|