Source code license banner
LicenseMgr
01 Syntax
Microsoft.VisualBasic.ApplicationServices.Development.VisualStudio.CodeSign.LicenseMgr
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Insert | 1 | |
| Inserts | 1 | |
| RemoveRegion | 1 | |
| AddRegion | 1 |
03 Properties
04 Members
Parameters
| Name | Type | Description |
|---|---|---|
src | String | *.vb path |
info | LicenseInfo | License meta data |
Inserts(
LicenseInfo, String)Parameters
| Name | Type | Description |
|---|---|---|
info | LicenseInfo | The root directory |
Template
The license template example.
Ignores
Enumerates all of the VisualStudio IDE auto generated source file.
{".+\.Designer\.vb", "AssemblyInfo\.vb"}RemoveRegion(
String)