自动加载修改过的配置文件。
核心类如下:
1
using System;
2
using System.Collections;
3
using System.Collections.Generic;
4
using System.Text;
5
using Microsoft.SharePoint.Administration;
6
using Microsoft.SharePoint;
7
using System.IO;
8
using System.Configuration;
9
10
using System.Security.Permissions;
11
using System.Xml;
12
using System.Diagnostics;
13
14
using System.Runtime.InteropServices;
15
using System.Runtime.CompilerServices;
16
namespace TaskJob
17
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
调试用控制台源
码:
完成