This class contains the definition of a character map that can be used while searching.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
<GuidAttribute("03B1BD6A-2E2F-4bf1-9A28-F8FD45073635")>
Public Class NetricsCharmap
    Implements INetricsCharmap
C#
[GuidAttribute("03B1BD6A-2E2F-4bf1-9A28-F8FD45073635")]
public class NetricsCharmap : INetricsCharmap
C++
[GuidAttribute(L"03B1BD6A-2E2F-4bf1-9A28-F8FD45073635")]
ref class NetricsCharmap : INetricsCharmap
J#
/** @attribute GuidAttribute("03B1BD6A-2E2F-4bf1-9A28-F8FD45073635") */
public class NetricsCharmap implements INetricsCharmap
JScript
public 
   GuidAttribute("03B1BD6A-2E2F-4bf1-9A28-F8FD45073635")
class NetricsCharmap extends INetricsCharmap

Remarks

It is used to specify which characters should be considered equivalent when searching.

Inheritance Hierarchy

System.Object
   NetricsServerInterface.NetricsCharmap

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also