C# Class MonoTests.System.AttributeTest.UserType

Inheritance: System.Reflection.TypeDelegator
Show file Open project: kumpera/mono

Public Properties

Property Type Description
GetCattr1 int
GetCattr2 int
IsDef int
lastAttrType System.Type
lastInherit bool

Public Methods

Method 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 method

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType System.Type
inherit bool
return object[]

GetCustomAttributes() public method

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
return object[]

IsDefined() public method

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType System.Type
inherit bool
return bool

UserType() public method

public UserType ( Type type ) : System
type System.Type
return System

Property Details

GetCattr1 public property

public int GetCattr1
return int

GetCattr2 public property

public int GetCattr2
return int

IsDef public property

public int IsDef
return int

lastAttrType public property

public Type,System lastAttrType
return System.Type

lastInherit public property

public bool lastInherit
return bool