C# 클래스 Castle.DynamicProxy.SilverlightExtensions.Extensions

파일 보기 프로젝트 열기: Jarvin-Guan/CleanAOP

공개 메소드들

메소드 설명
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.

메소드 상세

FindInterfaces() 공개 정적인 메소드

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

IsNested() 공개 정적인 메소드

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