ReflectionHelper.GetSemanticInfo Method (Type) |
Gets the SemanticInfo for a given type.
Namespace: PostSharp.Reflection
Assembly: PostSharp (in PostSharp.dll) Version: 6.10.10.0 (6.10.10.0)
C#
public static SemanticInfo GetSemanticInfo( this Type type )
Parameters
- type
- Type: System.Type
A type.
Return Value
Type: SemanticInfoThe SemanticInfo for type.