TypeDescriptionProviderService Klasse
Definition
Stellt einen Typbeschreibungsanbieter für einen angegebenen Typ bereit.Provides a type description provider for a specified type.
public ref class TypeDescriptionProviderService abstract
public abstract class TypeDescriptionProviderService
type TypeDescriptionProviderService = class
Public MustInherit Class TypeDescriptionProviderService
- Vererbung
-
TypeDescriptionProviderService
Konstruktoren
TypeDescriptionProviderService() |
Initialisiert eine neue Instanz der TypeDescriptionProviderService-Klasse.Initializes a new instance of the TypeDescriptionProviderService class. |
Methoden
Equals(Object) |
Bestimmt, ob das angegebene Objekt mit dem aktuellen Objekt identisch ist.Determines whether the specified object is equal to the current object. (Geerbt von Object) |
GetHashCode() |
Fungiert als Standardhashfunktion.Serves as the default hash function. (Geerbt von Object) |
GetProvider(Object) |
Ruft einen Typbeschreibungsanbieter für das angegebene Objekt ab.Gets a type description provider for the specified object. |
GetProvider(Type) |
Ruft einen Typbeschreibungsanbieter für den angegebenen Typ ab.Gets a type description provider for the specified type. |
GetType() |
Ruft den Type der aktuellen Instanz ab.Gets the Type of the current instance. (Geerbt von Object) |
MemberwiseClone() |
Erstellt eine flache Kopie des aktuellen Object.Creates a shallow copy of the current Object. (Geerbt von Object) |
ToString() |
Gibt eine Zeichenfolge zurück, die das aktuelle Objekt darstellt.Returns a string that represents the current object. (Geerbt von Object) |