See individual methods for migration assistance.
Namespace: PostSharp.Reflection
Assembly: Metalama.Migration.dll
Syntax
[Obsolete("See individual methods for migration assistance.", false)]
public static class ReflectionSearchMethods
| Name | Description |
|---|---|
| GetCustomAttributesOfType(Type) | This is currently not exposed in Metalama but it is implemented internally. |
| GetCustomAttributesOfType(Type, ReflectionSearchOptions) | This is currently not exposed in Metalama but it is implemented internally. |
| GetCustomAttributesOnTarget(object) | In Metalama, use IDeclaration.Attributes. |
| GetCustomAttributesOnTarget(object, ReflectionSearchOptions) | In Metalama, use IDeclaration.Attributes. |
| GetCustomAttributesOnTarget<T>(object, ReflectionSearchOptions) | In Metalama, use IDeclaration.Attributes. |
| GetDeclarationsUsedByMethod(MethodBase) | In Metalama, the feature is not exposed on the code model, but it is a part of the validation feature thanks to the
|
| GetDeclarationsUsedByMethod(MethodBase, ReflectionSearchOptions) | In Metalama, the feature is not exposed on the code model, but it is a part of the validation feature thanks to the
|
| GetDerivedTypes(Type) | In Metalama, use ICompilation.GetDerivedTypes(INamedType, DerivedTypesOptions). |
| GetDerivedTypes(Type, ReflectionSearchOptions) | In Metalama, use ICompilation.GetDerivedTypes(INamedType, DerivedTypesOptions). |
| GetMembersOfType(Type) | In Metalama, the feature is not exposed on the code model, but it is a part of the validation feature thanks to the
|
| GetMembersOfType(Type, ReflectionSearchOptions) | In Metalama, the feature is not exposed on the code model, but it is a part of the validation feature thanks to the
|
| GetMethodsUsingDeclaration(MemberInfo) | In Metalama, the feature is not exposed on the code model, but it is a part of the validation feature thanks to the
|
| GetMethodsUsingDeclaration(MemberInfo, ReflectionSearchOptions) | In Metalama, the feature is not exposed on the code model, but it is a part of the validation feature thanks to the
|
| HasCustomAttribute(object, Type, bool) | In Metalama, use IDeclaration.Attributes. |