TypeGeneratedEventArgs Classe
Definizione
Fornisce dati per l'evento OnTypeGenerated.Provides data for the OnTypeGenerated event.
public ref class TypeGeneratedEventArgs sealed : EventArgs
public sealed class TypeGeneratedEventArgs : EventArgs
type TypeGeneratedEventArgs = class
inherit EventArgs
Public NotInheritable Class TypeGeneratedEventArgs
Inherits EventArgs
- Ereditarietà
Costruttori
TypeGeneratedEventArgs() |
Inizializza una nuova istanza della classe TypeGeneratedEventArgs.Initializes a new instance of the TypeGeneratedEventArgs class. |
TypeGeneratedEventArgs(GlobalItem, CodeTypeReference) |
Inizializza una nuova istanza della classe TypeGeneratedEventArgs con l'origine e il tipo di base specificati.Initializes a new instance of the TypeGeneratedEventArgs class with the specified source and base type. |
Proprietà
AdditionalAttributes |
Ottiene un oggetto |
AdditionalInterfaces |
Ottiene un oggetto |
AdditionalMembers |
Ottiene un oggetto |
BaseType |
Ottiene o imposta il tipo di base.Gets or sets the base type. |
TypeSource |
Ottiene l'oggetto GlobalItem che rappresenta l'origine del tipo.Gets the GlobalItem object that is the source of the type. |
Metodi
Equals(Object) |
Determina se l'oggetto specificato è uguale all'oggetto corrente.Determines whether the specified object is equal to the current object. (Ereditato da Object) |
GetHashCode() |
Funge da funzione hash predefinita.Serves as the default hash function. (Ereditato da Object) |
GetType() |
Ottiene l'oggetto Type dell'istanza corrente.Gets the Type of the current instance. (Ereditato da Object) |
MemberwiseClone() |
Crea una copia superficiale dell'oggetto Object corrente.Creates a shallow copy of the current Object. (Ereditato da Object) |
ToString() |
Restituisce una stringa che rappresenta l'oggetto corrente.Returns a string that represents the current object. (Ereditato da Object) |