C# Class ClassLib_Test.MyClass

Inheritance: MyInterface
Datei anzeigen Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Properties

Property Type Description
caAmfInf ClassLib_Attributes.CA_AMfalse_INfalse
caAmfInt ClassLib_Attributes.CA_AMfalse_INtrue
caAmtInf ClassLib_Attributes.CA_AMtrue_INfalse
caAmtInf2 ClassLib_Attributes.CA_AMtrue_INfalse
caAmtInt ClassLib_Attributes.CA_AMtrue_INtrue
caAmtInt2 ClassLib_Attributes.CA_AMtrue_INtrue
iCountAMfalseINfalseAttrs int
iCountAMfalseINtrueAttrs int
iCountAMtrueINfalseAttrs int
iCountAMtrueINtrueAttrs int
iCountErrors int
iCountTestcases int
iCountTotalAttrs int

Private Properties

Property Type Description
MyClass System.IO
MyMethod String

Public Methods

Method Description
MyClass ( [ str ) : System.IO
MyMethod ( [ str ) : String
TestAttributes ( Attribute attrs, MemberInfo mem ) : bool
TestAttributes ( Object objAttrs, 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
MyClass ( ) : System.IO
MyMethod ( ) : String

Method Details

MyClass() public method

public MyClass ( [ 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

TestAttributes() public method

public TestAttributes ( Object objAttrs, MemberInfo mem ) : bool
objAttrs Object
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

caAmfInf public_oe property

public CA_AMfalse_INfalse,ClassLib_Attributes caAmfInf
return ClassLib_Attributes.CA_AMfalse_INfalse

caAmfInt public_oe property

public CA_AMfalse_INtrue,ClassLib_Attributes caAmfInt
return ClassLib_Attributes.CA_AMfalse_INtrue

caAmtInf public_oe property

public CA_AMtrue_INfalse,ClassLib_Attributes caAmtInf
return ClassLib_Attributes.CA_AMtrue_INfalse

caAmtInf2 public_oe property

public CA_AMtrue_INfalse,ClassLib_Attributes caAmtInf2
return ClassLib_Attributes.CA_AMtrue_INfalse

caAmtInt public_oe property

public CA_AMtrue_INtrue,ClassLib_Attributes caAmtInt
return ClassLib_Attributes.CA_AMtrue_INtrue

caAmtInt2 public_oe property

public CA_AMtrue_INtrue,ClassLib_Attributes caAmtInt2
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

iCountErrors public_oe property

public int iCountErrors
return int

iCountTestcases public_oe property

public int iCountTestcases
return int

iCountTotalAttrs public_oe property

public int iCountTotalAttrs
return int