ReflectionHelper Methods |
The ReflectionHelper type exposes the following members.
Name | Description | |
---|---|---|
AreInternalsVisibleTo |
Determines whether the InternalsVisibleToAttribute attribute relationship exists between two assemblies.
| |
AreInternalsVisibleToCurrentProject |
Determines whether the internals of a given assembly are visible to the current project.
| |
GetAssemblyQualifiedTypeName |
Gets a properly-escaped assembly-qualified type name from its components.
| |
GetEvent | ||
GetLocation | ||
GetProperty(Type, MethodInfo, MethodInfo) | ||
GetProperty(Type, MethodInfo, MethodInfo, Boolean) | ||
GetSemanticInfo(MemberInfo) |
Gets the SemanticInfo for a given member.
| |
GetSemanticInfo(Type) |
Gets the SemanticInfo for a given type.
| |
IsAvailableInTargetFramework(MemberInfo) |
Determines whether a given MemberInfo is available in the target framework
of the current project.
| |
IsAvailableInTargetFramework(Type) |
Determines whether a given Type is available in the target framework
of the current project.
| |
IsCompilerGenerated(MemberInfo) |
Determines whether a MemberInfo is compiler-generated.
| |
IsCompilerGenerated(Type) |
Determines whether a Type is compiler-generated.
| |
ParseAssemblyQualifiedTypeName |
Parses an escaped assembly-qualified type name into its components.
|