Szerkesztés

Megosztás a következőn keresztül:


AssemblyQualifiedTypeSpec Class

Definition

Represents an assembly-qualified type.

public class AssemblyQualifiedTypeSpec : Orleans.Serialization.TypeSystem.TypeSpec
type AssemblyQualifiedTypeSpec = class
    inherit TypeSpec
Public Class AssemblyQualifiedTypeSpec
Inherits TypeSpec
Inheritance
AssemblyQualifiedTypeSpec

Constructors

AssemblyQualifiedTypeSpec(TypeSpec, String)

Initializes a new instance of the AssemblyQualifiedTypeSpec class.

Properties

Assembly

Gets the assembly specification.

Type

Gets the qualified type.

Methods

Format()

Formats this instance in a way that can be parsed by RuntimeTypeNameParser.

ToString()

Returns a string that represents the current object.

Applies to