C# 클래스 Portable.Xaml.Compat259

파일 보기 프로젝트 열기: cwensley/Portable.Xaml

공개 메소드들

메소드 설명
GetAddMethod ( this methodInfo ) : MethodInfo
GetConstructors ( this typeInfo ) : IEnumerable
GetExportedTypes ( this assembly ) : IEnumerable
GetGenericArguments ( this typeInfo ) : System.Type[]
GetGenericParameters ( this typeInfo ) : System.Type[]
GetInterfaces ( this typeInfo ) : IEnumerable
GetPrivateGetMethod ( this propertyInfo ) : MethodInfo
GetPrivateSetMethod ( this propertyInfo ) : MethodInfo
GetRemoveMethod ( this methodInfo ) : MethodInfo
HasDefaultValue ( this parameterInfo ) : bool

메소드 상세

GetAddMethod() 공개 정적인 메소드

public static GetAddMethod ( this methodInfo ) : MethodInfo
methodInfo this
리턴 System.Reflection.MethodInfo

GetConstructors() 공개 정적인 메소드

public static GetConstructors ( this typeInfo ) : IEnumerable
typeInfo this
리턴 IEnumerable

GetExportedTypes() 공개 정적인 메소드

public static GetExportedTypes ( this assembly ) : IEnumerable
assembly this
리턴 IEnumerable

GetGenericArguments() 공개 정적인 메소드

public static GetGenericArguments ( this typeInfo ) : System.Type[]
typeInfo this
리턴 System.Type[]

GetGenericParameters() 공개 정적인 메소드

public static GetGenericParameters ( this typeInfo ) : System.Type[]
typeInfo this
리턴 System.Type[]

GetInterfaces() 공개 정적인 메소드

public static GetInterfaces ( this typeInfo ) : IEnumerable
typeInfo this
리턴 IEnumerable

GetPrivateGetMethod() 공개 정적인 메소드

public static GetPrivateGetMethod ( this propertyInfo ) : MethodInfo
propertyInfo this
리턴 System.Reflection.MethodInfo

GetPrivateSetMethod() 공개 정적인 메소드

public static GetPrivateSetMethod ( this propertyInfo ) : MethodInfo
propertyInfo this
리턴 System.Reflection.MethodInfo

GetRemoveMethod() 공개 정적인 메소드

public static GetRemoveMethod ( this methodInfo ) : MethodInfo
methodInfo this
리턴 System.Reflection.MethodInfo

HasDefaultValue() 공개 정적인 메소드

public static HasDefaultValue ( this parameterInfo ) : bool
parameterInfo this
리턴 bool