forked from ViRb3/ProcessPrivileges
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Documentation.shfb
52 lines (51 loc) · 2.76 KB
/
Documentation.shfb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<project schemaVersion="1.6.0.7">
<assemblies>
<assembly assemblyPath=".\ProcessPrivileges\bin\Release\ProcessPrivileges.dll" xmlCommentsPath=".\ProcessPrivileges\bin\Release\ProcessPrivileges.xml" commentsOnly="False" />
</assemblies>
<namespaceSummaries>
<namespaceSummaryItem name="" isDocumented="False" />
<namespaceSummaryItem name="ProcessPrivileges" isDocumented="True">Implements the functionality necessary to query, enable, disable or remove privileges on a process.</namespaceSummaryItem>
</namespaceSummaries>
<ProjectSummary>Privileges determine the type of system operations that a process can perform.
Process Privileges, an extension method to System.Diagnostics.Process, implements the functionality necessary to query, enable, disable or remove privileges on a process.</ProjectSummary>
<MissingTags>Summary, Parameter, Returns, AutoDocumentCtors, Namespace, TypeParameter</MissingTags>
<VisibleItems>InheritedMembers, InheritedFrameworkMembers, Protected, SealedProtected</VisibleItems>
<HtmlHelp1xCompilerPath path="" />
<HtmlHelp2xCompilerPath path="" />
<OutputPath>.\Help\</OutputPath>
<SandcastlePath path="" />
<WorkingPath path="" />
<CleanIntermediates>True</CleanIntermediates>
<KeepLogFile>True</KeepLogFile>
<BuildLogFile path="" />
<HelpFileFormat>HtmlHelp1x</HelpFileFormat>
<CppCommentsFixup>False</CppCommentsFixup>
<FrameworkVersion>2.0.50727</FrameworkVersion>
<IndentHtml>False</IndentHtml>
<Preliminary>False</Preliminary>
<RootNamespaceContainer>False</RootNamespaceContainer>
<RootNamespaceTitle />
<HelpTitle>Process Privileges</HelpTitle>
<HtmlHelpName>Process Privileges Documentation</HtmlHelpName>
<Language>en-US</Language>
<CopyrightHref />
<CopyrightText>Copyright © Nick Lowe 2009</CopyrightText>
<FeedbackEMailAddress>[email protected]</FeedbackEMailAddress>
<FeedbackEMailLinkText />
<HeaderText />
<FooterText><a href="http://processprivileges.codeplex.com/" target="_blank">http://processprivileges.codeplex.com/</a></FooterText>
<ProjectLinkType>Local</ProjectLinkType>
<SdkLinkType>Msdn</SdkLinkType>
<SdkLinkTarget>Blank</SdkLinkTarget>
<PresentationStyle>Prototype</PresentationStyle>
<NamingMethod>Guid</NamingMethod>
<SyntaxFilters>Standard</SyntaxFilters>
<ShowFeedbackControl>False</ShowFeedbackControl>
<BinaryTOC>True</BinaryTOC>
<IncludeFavorites>False</IncludeFavorites>
<CollectionTocStyle>Hierarchical</CollectionTocStyle>
<IncludeStopWordList>True</IncludeStopWordList>
<PlugInNamespaces>ms.vsipcc+, ms.vsexpresscc+</PlugInNamespaces>
<HelpFileVersion>1.0.0.0</HelpFileVersion>
<ContentPlacement>AboveNamespaces</ContentPlacement>
</project>