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
Public method TypeIdentifier Initializes a new instance of the TypeIdentifier class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public field AssemblyName Full name of the assembly.
Public field 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