TypeIdentifier Class
Identifies a type by its name and its assembly name.
Inheritance Hierarchy
System.Object
Microsoft.ComplexEventProcessing.ManagementService.TypeIdentifier
Namespace: Microsoft.ComplexEventProcessing.ManagementService
Assembly: Microsoft.ComplexEventProcessing.ManagementService (in Microsoft.ComplexEventProcessing.ManagementService.dll)
Syntax
'Declaration
<DataContractAttribute> _
Public Class TypeIdentifier
'Usage
Dim instance As TypeIdentifier
[DataContractAttribute]
public class TypeIdentifier
[DataContractAttribute]
public ref class TypeIdentifier
[<DataContractAttribute>]
type TypeIdentifier = class end
public class TypeIdentifier
The TypeIdentifier type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
TypeIdentifier | Initializes a new instance of the TypeIdentifier class. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Fields
| Name | Description | |
|---|---|---|
![]() |
AssemblyName | Full name of the assembly. |
![]() |
Name | Full name of the type including the namespace. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.ComplexEventProcessing.ManagementService Namespace
.gif)
.gif)
.gif)