作者:VB.NET开发
项目:System.AddI
' This pipeline segment has
' two attributes:
' 1 - An AddInAttribute to identify
' this segment as an add-in.
'
' 2 - A QualificationDataAttribute to
' indicate that the add-in should
' be loaded into a new application domain.
<AddIn("Calculator Add-in", Version:="2.0.0.0")> _
<QualificationData("Isolation", "NewAppDomain")> _
Public Class SampleV2AddIn