C# Class Castle.DynamicProxy.SilverlightExtensions.Extensions

Show file Open project: Jarvin-Guan/CleanAOP

Public Methods

Method Description
FindInterfaces ( this type, TypeFilter filter, object filterCriteria ) : System.Type[]
IsNested ( this type ) : bool

The silverlight System.Type is missing the IsNested property so this exposes similar functionality.

Method Details

FindInterfaces() public static method

public static FindInterfaces ( this type, TypeFilter filter, object filterCriteria ) : System.Type[]
type this
filter TypeFilter
filterCriteria object
return System.Type[]

IsNested() public static method

The silverlight System.Type is missing the IsNested property so this exposes similar functionality.
public static IsNested ( this type ) : bool
type this
return bool