C# Class ClassLib_Test.MyClass2

Inheritance: MyClass
Exibir arquivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Properties

Property Type Description
caAmfInf2 ClassLib_Attributes.CA_AMfalse_INfalse
caAmfInt2 ClassLib_Attributes.CA_AMfalse_INtrue
caAmtInf3 ClassLib_Attributes.CA_AMtrue_INfalse
caAmtInt3 ClassLib_Attributes.CA_AMtrue_INtrue
iCountAMfalseINfalseAttrs int
iCountAMfalseINtrueAttrs int
iCountAMtrueINfalseAttrs int
iCountAMtrueINtrueAttrs int

Private Properties

Property Type Description
MyClass2 System.IO
MyMethod String

Public Methods

Method Description
MyClass2 ( [ str ) : System.IO
MyMethod ( [ str ) : String
TestAttributes ( Attribute attrs, MemberInfo mem ) : bool
TestGetCustomAttribute_Type ( MemberInfo mem ) : bool
TestGetCustomAttribute_Type ( ParameterInfo param ) : bool
TestGetCustomAttribute_Type2 ( MemberInfo mem ) : bool
TestGetCustomAttributes ( MemberInfo mem ) : bool
TestGetCustomAttributes ( ParameterInfo param ) : bool
TestGetCustomAttributes2 ( MemberInfo mem ) : bool
TestIsDefined_Type ( MemberInfo mem ) : bool
TestIsDefined_Type ( ParameterInfo param ) : bool

Private Methods

Method Description
MyClass2 ( ) : System.IO
MyMethod ( ) : String

Method Details

MyClass2() public method

public MyClass2 ( [ str ) : System.IO
str [
return System.IO

MyMethod() public method

public MyMethod ( [ str ) : String
str [
return String

TestAttributes() public method

public TestAttributes ( Attribute attrs, MemberInfo mem ) : bool
attrs System.Attribute
mem System.Reflection.MemberInfo
return bool

TestGetCustomAttribute_Type() public method

public TestGetCustomAttribute_Type ( MemberInfo mem ) : bool
mem System.Reflection.MemberInfo
return bool

TestGetCustomAttribute_Type() public method

public TestGetCustomAttribute_Type ( ParameterInfo param ) : bool
param System.Reflection.ParameterInfo
return bool

TestGetCustomAttribute_Type2() public method

public TestGetCustomAttribute_Type2 ( MemberInfo mem ) : bool
mem System.Reflection.MemberInfo
return bool

TestGetCustomAttributes() public method

public TestGetCustomAttributes ( MemberInfo mem ) : bool
mem System.Reflection.MemberInfo
return bool

TestGetCustomAttributes() public method

public TestGetCustomAttributes ( ParameterInfo param ) : bool
param System.Reflection.ParameterInfo
return bool

TestGetCustomAttributes2() public method

public TestGetCustomAttributes2 ( MemberInfo mem ) : bool
mem System.Reflection.MemberInfo
return bool

TestIsDefined_Type() public method

public TestIsDefined_Type ( MemberInfo mem ) : bool
mem System.Reflection.MemberInfo
return bool

TestIsDefined_Type() public method

public TestIsDefined_Type ( ParameterInfo param ) : bool
param System.Reflection.ParameterInfo
return bool

Property Details

caAmfInf2 public_oe property

public CA_AMfalse_INfalse,ClassLib_Attributes caAmfInf2
return ClassLib_Attributes.CA_AMfalse_INfalse

caAmfInt2 public_oe property

public CA_AMfalse_INtrue,ClassLib_Attributes caAmfInt2
return ClassLib_Attributes.CA_AMfalse_INtrue

caAmtInf3 public_oe property

public CA_AMtrue_INfalse,ClassLib_Attributes caAmtInf3
return ClassLib_Attributes.CA_AMtrue_INfalse

caAmtInt3 public_oe property

public CA_AMtrue_INtrue,ClassLib_Attributes caAmtInt3
return ClassLib_Attributes.CA_AMtrue_INtrue

iCountAMfalseINfalseAttrs public_oe property

public int iCountAMfalseINfalseAttrs
return int

iCountAMfalseINtrueAttrs public_oe property

public int iCountAMfalseINtrueAttrs
return int

iCountAMtrueINfalseAttrs public_oe property

public int iCountAMtrueINfalseAttrs
return int

iCountAMtrueINtrueAttrs public_oe property

public int iCountAMtrueINtrueAttrs
return int