Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

59 lines
2.5 KiB

<?xml version="1.0"?>
<doc>
<assembly>
<name>MergeAttributes</name>
</assembly>
<members>
<member name="M:Microsoft.Tools.Build.MergeAttributes.AddFileAttributes(System.IO.StreamReader,System.Collections.Hashtable)">
<devdoc>
Adds attributes from the given file to the attribute hashtable.
</devdoc>
</member>
<member name="M:Microsoft.Tools.Build.MergeAttributes.EmitMergedFile(System.IO.TextWriter,System.String,System.Collections.Hashtable,System.String)">
<devdoc>
Writes out the merged file data to a stream.
</devdoc>
</member>
<member name="M:Microsoft.Tools.Build.MergeAttributes.ErrorFileNotExist(System.String)">
<devdoc>
Throws a file error
</devdoc>
</member>
<member name="M:Microsoft.Tools.Build.MergeAttributes.ErrorInvalidFile">
<devdoc>
Throws a file error
</devdoc>
</member>
<member name="M:Microsoft.Tools.Build.MergeAttributes.ErrorUsage">
<devdoc>
Throws a usage error
</devdoc>
</member>
<member name="M:Microsoft.Tools.Build.MergeAttributes.LocateAttributeBlock(System.String,System.Int32@,System.Int32@)">
<devdoc>
Given a string of text this locates the inner attribute block for the assembly.
</devdoc>
</member>
<member name="M:Microsoft.Tools.Build.MergeAttributes.Main(System.String[])">
<devdoc>
Main entry point.
</devdoc>
</member>
<member name="M:Microsoft.Tools.Build.MergeAttributes.ParseArguments(System.String[],System.String@,System.String@,System.String@)">
<devdoc>
Parses our command line.
</devdoc>
</member>
<member name="M:Microsoft.Tools.Build.MergeAttributes.ParseFileAttributes(System.String,System.Collections.Hashtable)">
<devdoc>
Takes the given block of text and parses attributes from it.
</devdoc>
</member>
<member name="M:Microsoft.Tools.Build.MergeAttributes.ParsePrimaryFile(System.IO.StreamReader,System.String@,System.Collections.Hashtable,System.String@)">
<devdoc>
Parses the primary file, adding attributes to the hashtable and
filling in the beginning and ending blobs.
</devdoc>
</member>
</members>
</doc>