C# Class MonoTests.System.AttributeTest.UserType

Inheritance: System.Reflection.TypeDelegator
Afficher le fichier Open project: kumpera/mono

Méthodes publiques

Свойство Type Description
GetCattr1 int
GetCattr2 int
IsDef int
lastAttrType System.Type
lastInherit bool

Méthodes publiques

Méthode Description
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
IsDefined ( Type attributeType, bool inherit ) : bool
UserType ( Type type ) : System

Method Details

GetCustomAttributes() public méthode

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType System.Type
inherit bool
Résultat object[]

GetCustomAttributes() public méthode

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
Résultat object[]

IsDefined() public méthode

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType System.Type
inherit bool
Résultat bool

UserType() public méthode

public UserType ( Type type ) : System
type System.Type
Résultat System

Property Details

GetCattr1 public_oe property

public int GetCattr1
Résultat int

GetCattr2 public_oe property

public int GetCattr2
Résultat int

IsDef public_oe property

public int IsDef
Résultat int

lastAttrType public_oe property

public Type,System lastAttrType
Résultat System.Type

lastInherit public_oe property

public bool lastInherit
Résultat bool