C# Class Portable.Xaml.Compat259

ファイルを表示 Open project: cwensley/Portable.Xaml

Public Methods

Method Description
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

Method Details

GetAddMethod() public static method

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

GetConstructors() public static method

public static GetConstructors ( this typeInfo ) : IEnumerable
typeInfo this
return IEnumerable

GetExportedTypes() public static method

public static GetExportedTypes ( this assembly ) : IEnumerable
assembly this
return IEnumerable

GetGenericArguments() public static method

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

GetGenericParameters() public static method

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

GetInterfaces() public static method

public static GetInterfaces ( this typeInfo ) : IEnumerable
typeInfo this
return IEnumerable

GetPrivateGetMethod() public static method

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

GetPrivateSetMethod() public static method

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

GetRemoveMethod() public static method

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

HasDefaultValue() public static method

public static HasDefaultValue ( this parameterInfo ) : bool
parameterInfo this
return bool