Constructor AspectType AspectType(Type) Create an AspectType from a managed Type. Declaration public AspectType(Type type) Parameters Type Name Description Type type The managed Type that derives from IAspect. Remarks The managed Type must derive from IAspect to be valid.