C# Class Portable.Xaml.Compat259

Afficher le fichier Open project: cwensley/Portable.Xaml

Méthodes publiques

Méthode 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 méthode

public static GetAddMethod ( this methodInfo ) : MethodInfo
methodInfo this
Résultat System.Reflection.MethodInfo

GetConstructors() public static méthode

public static GetConstructors ( this typeInfo ) : IEnumerable
typeInfo this
Résultat IEnumerable

GetExportedTypes() public static méthode

public static GetExportedTypes ( this assembly ) : IEnumerable
assembly this
Résultat IEnumerable

GetGenericArguments() public static méthode

public static GetGenericArguments ( this typeInfo ) : System.Type[]
typeInfo this
Résultat System.Type[]

GetGenericParameters() public static méthode

public static GetGenericParameters ( this typeInfo ) : System.Type[]
typeInfo this
Résultat System.Type[]

GetInterfaces() public static méthode

public static GetInterfaces ( this typeInfo ) : IEnumerable
typeInfo this
Résultat IEnumerable

GetPrivateGetMethod() public static méthode

public static GetPrivateGetMethod ( this propertyInfo ) : MethodInfo
propertyInfo this
Résultat System.Reflection.MethodInfo

GetPrivateSetMethod() public static méthode

public static GetPrivateSetMethod ( this propertyInfo ) : MethodInfo
propertyInfo this
Résultat System.Reflection.MethodInfo

GetRemoveMethod() public static méthode

public static GetRemoveMethod ( this methodInfo ) : MethodInfo
methodInfo this
Résultat System.Reflection.MethodInfo

HasDefaultValue() public static méthode

public static HasDefaultValue ( this parameterInfo ) : bool
parameterInfo this
Résultat bool