C# Класс MonoTests.System.AttributeTest.UserType

Наследование: System.Reflection.TypeDelegator
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
GetCattr1 int
GetCattr2 int
IsDef int
lastAttrType System.Type
lastInherit bool

Открытые методы

Метод Описание
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
IsDefined ( Type attributeType, bool inherit ) : bool
UserType ( Type type ) : System

Описание методов

GetCustomAttributes() публичный Метод

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType System.Type
inherit bool
Результат object[]

GetCustomAttributes() публичный Метод

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
Результат object[]

IsDefined() публичный Метод

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType System.Type
inherit bool
Результат bool

UserType() публичный Метод

public UserType ( Type type ) : System
type System.Type
Результат System

Описание свойств

GetCattr1 публичное свойство

public int GetCattr1
Результат int

GetCattr2 публичное свойство

public int GetCattr2
Результат int

IsDef публичное свойство

public int IsDef
Результат int

lastAttrType публичное свойство

public Type,System lastAttrType
Результат System.Type

lastInherit публичное свойство

public bool lastInherit
Результат bool