diff --git a/docfx_project/api/.manifest b/docfx_project/api/.manifest index 8087f69..1c4a31f 100644 --- a/docfx_project/api/.manifest +++ b/docfx_project/api/.manifest @@ -203,6 +203,7 @@ "CilTools.BytecodeAnalysis.TypeSpec.Assembly": "CilTools.BytecodeAnalysis.TypeSpec.yml", "CilTools.BytecodeAnalysis.TypeSpec.AssemblyQualifiedName": "CilTools.BytecodeAnalysis.TypeSpec.yml", "CilTools.BytecodeAnalysis.TypeSpec.BaseType": "CilTools.BytecodeAnalysis.TypeSpec.yml", + "CilTools.BytecodeAnalysis.TypeSpec.CilTools#Reflection#IReflectionInfo#GetReflectionProperty(System.Int32)": "CilTools.BytecodeAnalysis.TypeSpec.yml", "CilTools.BytecodeAnalysis.TypeSpec.CreateSpecialType(CilTools.BytecodeAnalysis.ElementType)": "CilTools.BytecodeAnalysis.TypeSpec.yml", "CilTools.BytecodeAnalysis.TypeSpec.DeclaringMethod": "CilTools.BytecodeAnalysis.TypeSpec.yml", "CilTools.BytecodeAnalysis.TypeSpec.DeclaringType": "CilTools.BytecodeAnalysis.TypeSpec.yml", @@ -290,6 +291,7 @@ "CilTools.Reflection.ComplexType.Assembly": "CilTools.Reflection.ComplexType.yml", "CilTools.Reflection.ComplexType.AssemblyQualifiedName": "CilTools.Reflection.ComplexType.yml", "CilTools.Reflection.ComplexType.BaseType": "CilTools.Reflection.ComplexType.yml", + "CilTools.Reflection.ComplexType.CilTools#Reflection#IReflectionInfo#GetReflectionProperty(System.Int32)": "CilTools.Reflection.ComplexType.yml", "CilTools.Reflection.ComplexType.DeclaringType": "CilTools.Reflection.ComplexType.yml", "CilTools.Reflection.ComplexType.FullName": "CilTools.Reflection.ComplexType.yml", "CilTools.Reflection.ComplexType.GetArrayRank": "CilTools.Reflection.ComplexType.yml", @@ -502,6 +504,7 @@ "CilTools.Reflection.PortableExecutable.VTable.SlotsCount": "CilTools.Reflection.PortableExecutable.VTable.yml", "CilTools.Reflection.PortableExecutable.VTable.Type": "CilTools.Reflection.PortableExecutable.VTable.yml", "CilTools.Reflection.ReflectionProperties": "CilTools.Reflection.ReflectionProperties.yml", + "CilTools.Reflection.ReflectionProperties.ContainingAssembly": "CilTools.Reflection.ReflectionProperties.yml", "CilTools.Reflection.ReflectionProperties.CorFlags": "CilTools.Reflection.ReflectionProperties.yml", "CilTools.Reflection.ReflectionProperties.ExplicitlyImplementedMethods": "CilTools.Reflection.ReflectionProperties.yml", "CilTools.Reflection.ReflectionProperties.FieldOffset": "CilTools.Reflection.ReflectionProperties.yml", @@ -513,6 +516,7 @@ "CilTools.Reflection.ReflectionProperties.InfoText": "CilTools.Reflection.ReflectionProperties.yml", "CilTools.Reflection.ReflectionProperties.IsStatic": "CilTools.Reflection.ReflectionProperties.yml", "CilTools.Reflection.ReflectionProperties.ReferencedModules": "CilTools.Reflection.ReflectionProperties.yml", + "CilTools.Reflection.ReflectionProperties.ReferenceTarget": "CilTools.Reflection.ReflectionProperties.yml", "CilTools.Reflection.ReflectionProperties.RvaFieldValue": "CilTools.Reflection.ReflectionProperties.yml", "CilTools.Reflection.ReflectionProperties.Signature": "CilTools.Reflection.ReflectionProperties.yml", "CilTools.Reflection.ReflectionProperties.StackReserve": "CilTools.Reflection.ReflectionProperties.yml", @@ -671,6 +675,9 @@ "CilTools.SourceCode.Common.SourceLanguage.Cpp": "CilTools.SourceCode.Common.SourceLanguage.yml", "CilTools.SourceCode.Common.SourceLanguage.CSharp": "CilTools.SourceCode.Common.SourceLanguage.yml", "CilTools.SourceCode.Common.SourceLanguage.VisualBasic": "CilTools.SourceCode.Common.SourceLanguage.yml", + "CilTools.SourceCode.Common.SourceParser": "CilTools.SourceCode.Common.SourceParser.yml", + "CilTools.SourceCode.Common.SourceParser.Parse(System.String,System.String)": "CilTools.SourceCode.Common.SourceParser.yml", + "CilTools.SourceCode.Common.SourceParser.RegisterSyntaxFactory(System.String,CilTools.Syntax.SyntaxFactory)": "CilTools.SourceCode.Common.SourceParser.yml", "CilTools.SourceCode.Common.SourceToken": "CilTools.SourceCode.Common.SourceToken.yml", "CilTools.SourceCode.Common.SourceToken.#ctor(System.String,CilTools.SourceCode.Common.TokenKind)": "CilTools.SourceCode.Common.SourceToken.yml", "CilTools.SourceCode.Common.SourceToken.#ctor(System.String,CilTools.SourceCode.Common.TokenKind,System.String,System.String)": "CilTools.SourceCode.Common.SourceToken.yml", @@ -683,6 +690,12 @@ "CilTools.SourceCode.Common.SourceTokenFactory": "CilTools.SourceCode.Common.SourceTokenFactory.yml", "CilTools.SourceCode.Common.SourceTokenFactory.CreateNode(System.String,System.String,System.String)": "CilTools.SourceCode.Common.SourceTokenFactory.yml", "CilTools.SourceCode.Common.SourceTokenFactory.Language": "CilTools.SourceCode.Common.SourceTokenFactory.yml", + "CilTools.SourceCode.Common.SyntaxNodeCollection": "CilTools.SourceCode.Common.SyntaxNodeCollection.yml", + "CilTools.SourceCode.Common.SyntaxNodeCollection.Count": "CilTools.SourceCode.Common.SyntaxNodeCollection.yml", + "CilTools.SourceCode.Common.SyntaxNodeCollection.EnumerateChildNodes": "CilTools.SourceCode.Common.SyntaxNodeCollection.yml", + "CilTools.SourceCode.Common.SyntaxNodeCollection.FromArray(CilTools.Syntax.SyntaxNode[])": "CilTools.SourceCode.Common.SyntaxNodeCollection.yml", + "CilTools.SourceCode.Common.SyntaxNodeCollection.GetNode(System.Int32)": "CilTools.SourceCode.Common.SyntaxNodeCollection.yml", + "CilTools.SourceCode.Common.SyntaxNodeCollection.ToText(System.IO.TextWriter)": "CilTools.SourceCode.Common.SyntaxNodeCollection.yml", "CilTools.SourceCode.Common.TokenKind": "CilTools.SourceCode.Common.TokenKind.yml", "CilTools.SourceCode.Common.TokenKind.Comment": "CilTools.SourceCode.Common.TokenKind.yml", "CilTools.SourceCode.Common.TokenKind.DoubleQuotLiteral": "CilTools.SourceCode.Common.TokenKind.yml", @@ -865,5 +878,41 @@ "CilTools.Syntax.Tokens.WhitespaceToken": "CilTools.Syntax.Tokens.WhitespaceToken.yml", "CilTools.Syntax.Tokens.WhitespaceToken.#ctor": "CilTools.Syntax.Tokens.WhitespaceToken.yml", "CilTools.Syntax.Tokens.WhitespaceToken.HasContinuation(System.String,CilTools.Syntax.Tokens.TokenReader)": "CilTools.Syntax.Tokens.WhitespaceToken.yml", - "CilTools.Syntax.Tokens.WhitespaceToken.HasStart(CilTools.Syntax.Tokens.TokenReader)": "CilTools.Syntax.Tokens.WhitespaceToken.yml" + "CilTools.Syntax.Tokens.WhitespaceToken.HasStart(CilTools.Syntax.Tokens.TokenReader)": "CilTools.Syntax.Tokens.WhitespaceToken.yml", + "CilTools.Visualization": "CilTools.Visualization.yml", + "CilTools.Visualization.HtmlVisualizer": "CilTools.Visualization.HtmlVisualizer.yml", + "CilTools.Visualization.HtmlVisualizer.#ctor": "CilTools.Visualization.HtmlVisualizer.yml", + "CilTools.Visualization.HtmlVisualizer.AddUrlProvider(CilTools.Visualization.UrlProviderBase)": "CilTools.Visualization.HtmlVisualizer.yml", + "CilTools.Visualization.HtmlVisualizer.EndBlock(CilTools.Visualization.VisualizationOptions,System.IO.TextWriter)": "CilTools.Visualization.HtmlVisualizer.yml", + "CilTools.Visualization.HtmlVisualizer.GetVisualStyles": "CilTools.Visualization.HtmlVisualizer.yml", + "CilTools.Visualization.HtmlVisualizer.GetVisualStyles(System.IO.TextWriter)": "CilTools.Visualization.HtmlVisualizer.yml", + "CilTools.Visualization.HtmlVisualizer.RemoveAllProviders": "CilTools.Visualization.HtmlVisualizer.yml", + "CilTools.Visualization.HtmlVisualizer.RenderNode(CilTools.Syntax.SyntaxNode,CilTools.Visualization.VisualizationOptions,System.IO.TextWriter)": "CilTools.Visualization.HtmlVisualizer.yml", + "CilTools.Visualization.HtmlVisualizer.RenderParagraph(System.String,System.IO.TextWriter)": "CilTools.Visualization.HtmlVisualizer.yml", + "CilTools.Visualization.HtmlVisualizer.StartBlock(CilTools.Visualization.VisualizationOptions,System.IO.TextWriter)": "CilTools.Visualization.HtmlVisualizer.yml", + "CilTools.Visualization.OutputFormat": "CilTools.Visualization.OutputFormat.yml", + "CilTools.Visualization.OutputFormat.ConsoleText": "CilTools.Visualization.OutputFormat.yml", + "CilTools.Visualization.OutputFormat.Html": "CilTools.Visualization.OutputFormat.yml", + "CilTools.Visualization.OutputFormat.Plaintext": "CilTools.Visualization.OutputFormat.yml", + "CilTools.Visualization.SyntaxVisualizer": "CilTools.Visualization.SyntaxVisualizer.yml", + "CilTools.Visualization.SyntaxVisualizer.#ctor": "CilTools.Visualization.SyntaxVisualizer.yml", + "CilTools.Visualization.SyntaxVisualizer.Create(CilTools.Visualization.OutputFormat)": "CilTools.Visualization.SyntaxVisualizer.yml", + "CilTools.Visualization.SyntaxVisualizer.EndBlock(CilTools.Visualization.VisualizationOptions,System.IO.TextWriter)": "CilTools.Visualization.SyntaxVisualizer.yml", + "CilTools.Visualization.SyntaxVisualizer.RenderNode(CilTools.Syntax.SyntaxNode,CilTools.Visualization.VisualizationOptions,System.IO.TextWriter)": "CilTools.Visualization.SyntaxVisualizer.yml", + "CilTools.Visualization.SyntaxVisualizer.RenderNodes(System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode},CilTools.Visualization.VisualizationOptions,System.IO.TextWriter)": "CilTools.Visualization.SyntaxVisualizer.yml", + "CilTools.Visualization.SyntaxVisualizer.RenderParagraph(System.String,System.IO.TextWriter)": "CilTools.Visualization.SyntaxVisualizer.yml", + "CilTools.Visualization.SyntaxVisualizer.RenderToString(System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode})": "CilTools.Visualization.SyntaxVisualizer.yml", + "CilTools.Visualization.SyntaxVisualizer.RenderToString(System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode},CilTools.Visualization.VisualizationOptions)": "CilTools.Visualization.SyntaxVisualizer.yml", + "CilTools.Visualization.SyntaxVisualizer.StartBlock(CilTools.Visualization.VisualizationOptions,System.IO.TextWriter)": "CilTools.Visualization.SyntaxVisualizer.yml", + "CilTools.Visualization.UrlProviderBase": "CilTools.Visualization.UrlProviderBase.yml", + "CilTools.Visualization.UrlProviderBase.#ctor": "CilTools.Visualization.UrlProviderBase.yml", + "CilTools.Visualization.UrlProviderBase.GetMemberUrl(System.Reflection.MemberInfo)": "CilTools.Visualization.UrlProviderBase.yml", + "CilTools.Visualization.VisualizationOptions": "CilTools.Visualization.VisualizationOptions.yml", + "CilTools.Visualization.VisualizationOptions.#ctor": "CilTools.Visualization.VisualizationOptions.yml", + "CilTools.Visualization.VisualizationOptions.EnableInstructionNavigation": "CilTools.Visualization.VisualizationOptions.yml", + "CilTools.Visualization.VisualizationOptions.EnableSyntaxHighlighting": "CilTools.Visualization.VisualizationOptions.yml", + "CilTools.Visualization.VisualizationOptions.GetOption(System.String)": "CilTools.Visualization.VisualizationOptions.yml", + "CilTools.Visualization.VisualizationOptions.HighlightingEndOffset": "CilTools.Visualization.VisualizationOptions.yml", + "CilTools.Visualization.VisualizationOptions.HighlightingStartOffset": "CilTools.Visualization.VisualizationOptions.yml", + "CilTools.Visualization.VisualizationOptions.SetOption(System.String,System.Object)": "CilTools.Visualization.VisualizationOptions.yml" } \ No newline at end of file diff --git a/docfx_project/api/CilTools.BytecodeAnalysis.CilErrorEventArgs.yml b/docfx_project/api/CilTools.BytecodeAnalysis.CilErrorEventArgs.yml index 31bf1a9..1f71876 100644 --- a/docfx_project/api/CilTools.BytecodeAnalysis.CilErrorEventArgs.yml +++ b/docfx_project/api/CilTools.BytecodeAnalysis.CilErrorEventArgs.yml @@ -30,6 +30,7 @@ items: content: 'public class CilErrorEventArgs : EventArgs' content.vb: >- Public Class CilErrorEventArgs + Inherits EventArgs inheritance: - System.Object diff --git a/docfx_project/api/CilTools.BytecodeAnalysis.CilGraphNodeMutable.yml b/docfx_project/api/CilTools.BytecodeAnalysis.CilGraphNodeMutable.yml index 67ccc29..ba76713 100644 --- a/docfx_project/api/CilTools.BytecodeAnalysis.CilGraphNodeMutable.yml +++ b/docfx_project/api/CilTools.BytecodeAnalysis.CilGraphNodeMutable.yml @@ -31,6 +31,7 @@ items: content: 'public class CilGraphNodeMutable : CilGraphNode' content.vb: >- Public Class CilGraphNodeMutable + Inherits CilGraphNode inheritance: - System.Object diff --git a/docfx_project/api/CilTools.BytecodeAnalysis.CilParserException.yml b/docfx_project/api/CilTools.BytecodeAnalysis.CilParserException.yml index 689d077..d04054a 100644 --- a/docfx_project/api/CilTools.BytecodeAnalysis.CilParserException.yml +++ b/docfx_project/api/CilTools.BytecodeAnalysis.CilParserException.yml @@ -24,7 +24,9 @@ items: content: 'public class CilParserException : ApplicationException, ISerializable, _Exception' content.vb: >- Public Class CilParserException + Inherits ApplicationException + Implements ISerializable, _Exception inheritance: - System.Object diff --git a/docfx_project/api/CilTools.BytecodeAnalysis.TypeSpec.yml b/docfx_project/api/CilTools.BytecodeAnalysis.TypeSpec.yml index 83933f9..f0fe85e 100644 --- a/docfx_project/api/CilTools.BytecodeAnalysis.TypeSpec.yml +++ b/docfx_project/api/CilTools.BytecodeAnalysis.TypeSpec.yml @@ -8,6 +8,7 @@ items: - CilTools.BytecodeAnalysis.TypeSpec.Assembly - CilTools.BytecodeAnalysis.TypeSpec.AssemblyQualifiedName - CilTools.BytecodeAnalysis.TypeSpec.BaseType + - CilTools.BytecodeAnalysis.TypeSpec.CilTools#Reflection#IReflectionInfo#GetReflectionProperty(System.Int32) - CilTools.BytecodeAnalysis.TypeSpec.CreateSpecialType(CilTools.BytecodeAnalysis.ElementType) - CilTools.BytecodeAnalysis.TypeSpec.DeclaringMethod - CilTools.BytecodeAnalysis.TypeSpec.DeclaringType @@ -89,11 +90,13 @@ items: namespace: CilTools.BytecodeAnalysis summary: "\nRepresents type specification, the set of type information stored in the signature, as defined by ECMA-335\n" syntax: - content: 'public class TypeSpec : Type, ICustomAttributeProvider, _MemberInfo, _Type, IReflect, ITypeInfo' + content: 'public class TypeSpec : Type, ICustomAttributeProvider, _MemberInfo, _Type, IReflect, ITypeInfo, IReflectionInfo' content.vb: >- Public Class TypeSpec + Inherits Type - Implements ICustomAttributeProvider, _MemberInfo, _Type, IReflect, ITypeInfo + + Implements ICustomAttributeProvider, _MemberInfo, _Type, IReflect, ITypeInfo, IReflectionInfo inheritance: - System.Object - System.Reflection.MemberInfo @@ -104,6 +107,7 @@ items: - System.Runtime.InteropServices._Type - System.Reflection.IReflect - CilTools.Reflection.ITypeInfo + - CilTools.Reflection.IReflectionInfo inheritedMembers: - System.Type.FilterAttribute - System.Type.FilterName @@ -1717,6 +1721,37 @@ items: modifiers.vb: - Public - Overrides +- uid: CilTools.BytecodeAnalysis.TypeSpec.CilTools#Reflection#IReflectionInfo#GetReflectionProperty(System.Int32) + commentId: M:CilTools.BytecodeAnalysis.TypeSpec.CilTools#Reflection#IReflectionInfo#GetReflectionProperty(System.Int32) + id: CilTools#Reflection#IReflectionInfo#GetReflectionProperty(System.Int32) + isEii: true + parent: CilTools.BytecodeAnalysis.TypeSpec + langs: + - csharp + - vb + name: IReflectionInfo.GetReflectionProperty(Int32) + nameWithType: TypeSpec.IReflectionInfo.GetReflectionProperty(Int32) + fullName: CilTools.BytecodeAnalysis.TypeSpec.CilTools.Reflection.IReflectionInfo.GetReflectionProperty(System.Int32) + type: Method + source: + path: CilTools.BytecodeAnalysis + isExternal: true + assemblies: + - CilTools.BytecodeAnalysis + namespace: CilTools.BytecodeAnalysis + syntax: + content: object IReflectionInfo.GetReflectionProperty(int id) + parameters: + - id: id + type: System.Int32 + return: + type: System.Object + content.vb: Function CilTools.Reflection.IReflectionInfo.GetReflectionProperty(id As Integer) As Object Implements IReflectionInfo.GetReflectionProperty + overload: CilTools.BytecodeAnalysis.TypeSpec.CilTools#Reflection#IReflectionInfo#GetReflectionProperty* + implements: + - CilTools.Reflection.IReflectionInfo.GetReflectionProperty(System.Int32) + nameWithType.vb: TypeSpec.CilTools.Reflection.IReflectionInfo.GetReflectionProperty(Int32) + name.vb: CilTools.Reflection.IReflectionInfo.GetReflectionProperty(Int32) - uid: CilTools.BytecodeAnalysis.TypeSpec.ElementType commentId: P:CilTools.BytecodeAnalysis.TypeSpec.ElementType id: ElementType @@ -2629,6 +2664,13 @@ references: name: ITypeInfo nameWithType: ITypeInfo fullName: CilTools.Reflection.ITypeInfo +- uid: CilTools.Reflection.IReflectionInfo + commentId: T:CilTools.Reflection.IReflectionInfo + parent: CilTools.Reflection + isExternal: true + name: IReflectionInfo + nameWithType: IReflectionInfo + fullName: CilTools.Reflection.IReflectionInfo - uid: System.Type.FilterAttribute commentId: F:System.Type.FilterAttribute parent: System.Type @@ -11210,6 +11252,55 @@ references: name: GetGenericParameterConstraints nameWithType: TypeSpec.GetGenericParameterConstraints fullName: CilTools.BytecodeAnalysis.TypeSpec.GetGenericParameterConstraints +- uid: CilTools.BytecodeAnalysis.TypeSpec.CilTools#Reflection#IReflectionInfo#GetReflectionProperty* + commentId: Overload:CilTools.BytecodeAnalysis.TypeSpec.CilTools#Reflection#IReflectionInfo#GetReflectionProperty + isExternal: true + name: IReflectionInfo.GetReflectionProperty + nameWithType: TypeSpec.IReflectionInfo.GetReflectionProperty + fullName: CilTools.BytecodeAnalysis.TypeSpec.CilTools.Reflection.IReflectionInfo.GetReflectionProperty + nameWithType.vb: TypeSpec.CilTools.Reflection.IReflectionInfo.GetReflectionProperty + name.vb: CilTools.Reflection.IReflectionInfo.GetReflectionProperty +- uid: CilTools.Reflection.IReflectionInfo.GetReflectionProperty(System.Int32) + commentId: M:CilTools.Reflection.IReflectionInfo.GetReflectionProperty(System.Int32) + parent: CilTools.Reflection.IReflectionInfo + isExternal: true + name: GetReflectionProperty(Int32) + nameWithType: IReflectionInfo.GetReflectionProperty(Int32) + fullName: CilTools.Reflection.IReflectionInfo.GetReflectionProperty(System.Int32) + spec.csharp: + - uid: CilTools.Reflection.IReflectionInfo.GetReflectionProperty(System.Int32) + name: GetReflectionProperty + nameWithType: IReflectionInfo.GetReflectionProperty + fullName: CilTools.Reflection.IReflectionInfo.GetReflectionProperty + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: CilTools.Reflection.IReflectionInfo.GetReflectionProperty(System.Int32) + name: GetReflectionProperty + nameWithType: IReflectionInfo.GetReflectionProperty + fullName: CilTools.Reflection.IReflectionInfo.GetReflectionProperty + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) - uid: CilTools.BytecodeAnalysis.TypeSpec.ElementType* commentId: Overload:CilTools.BytecodeAnalysis.TypeSpec.ElementType isExternal: true diff --git a/docfx_project/api/CilTools.Metadata.AssemblyReader.yml b/docfx_project/api/CilTools.Metadata.AssemblyReader.yml index f34ee95..5f6cd7c 100644 --- a/docfx_project/api/CilTools.Metadata.AssemblyReader.yml +++ b/docfx_project/api/CilTools.Metadata.AssemblyReader.yml @@ -37,6 +37,7 @@ items: content: 'public sealed class AssemblyReader : IDisposable' content.vb: >- Public NotInheritable Class AssemblyReader + Implements IDisposable inheritance: - System.Object @@ -460,7 +461,7 @@ items: - CilTools.Metadata namespace: CilTools.Metadata summary: "\nRaised when the assembly reader needs to resolve an external assembly\n" - remarks: "\nWhen the assembly reader needs to resolve an external assembly, it first looks for it in the \ncurrent runtime directory (where the system assemblies are located). Then it looks into a \nadditional resolution directories. If the assembly is not found there, \nthe reader calls the AssemblyResolve event handle so you can customize \nhow assemblies are resolved. The rules for handling this event are similar with the \n event in .NET Framework. See \nhttps://docs.microsoft.com/dotnet/standard/assembly/resolve-loads for more \ninformation.\n" + remarks: "\nWhen the assembly reader needs to resolve an external assembly, it first looks for it in the \ncurrent runtime directory (where the system assemblies are located). Then it looks into a \nadditional resolution directories. If the assembly is not found there, \nthe reader calls the AssemblyResolve event handler so you can customize \nhow assemblies are resolved. The rules for handling this event are similar with the \n event in .NET Framework. See \nhttps://docs.microsoft.com/dotnet/standard/assembly/resolve-loads for more \ninformation.\n" syntax: content: public event ResolveEventHandler AssemblyResolve return: diff --git a/docfx_project/api/CilTools.Reflection.ComplexType.yml b/docfx_project/api/CilTools.Reflection.ComplexType.yml index 65f498b..fae440f 100644 --- a/docfx_project/api/CilTools.Reflection.ComplexType.yml +++ b/docfx_project/api/CilTools.Reflection.ComplexType.yml @@ -9,6 +9,7 @@ items: - CilTools.Reflection.ComplexType.Assembly - CilTools.Reflection.ComplexType.AssemblyQualifiedName - CilTools.Reflection.ComplexType.BaseType + - CilTools.Reflection.ComplexType.CilTools#Reflection#IReflectionInfo#GetReflectionProperty(System.Int32) - CilTools.Reflection.ComplexType.DeclaringType - CilTools.Reflection.ComplexType.FullName - CilTools.Reflection.ComplexType.GetArrayRank @@ -70,11 +71,13 @@ items: namespace: CilTools.Reflection summary: "\nRepresents a complex type. Complex type is a type contructed on demand based on another type defined in some assembly, \nfor example, an array or pointer type.\n" syntax: - content: 'public class ComplexType : Type, ICustomAttributeProvider, _MemberInfo, _Type, IReflect' + content: 'public class ComplexType : Type, ICustomAttributeProvider, _MemberInfo, _Type, IReflect, IReflectionInfo' content.vb: >- Public Class ComplexType + Inherits Type - Implements ICustomAttributeProvider, _MemberInfo, _Type, IReflect + + Implements ICustomAttributeProvider, _MemberInfo, _Type, IReflect, IReflectionInfo inheritance: - System.Object - System.Reflection.MemberInfo @@ -84,6 +87,7 @@ items: - System.Runtime.InteropServices._MemberInfo - System.Runtime.InteropServices._Type - System.Reflection.IReflect + - CilTools.Reflection.IReflectionInfo inheritedMembers: - System.Type.FilterAttribute - System.Type.FilterName @@ -1452,6 +1456,37 @@ items: modifiers.vb: - Public - Overrides +- uid: CilTools.Reflection.ComplexType.CilTools#Reflection#IReflectionInfo#GetReflectionProperty(System.Int32) + commentId: M:CilTools.Reflection.ComplexType.CilTools#Reflection#IReflectionInfo#GetReflectionProperty(System.Int32) + id: CilTools#Reflection#IReflectionInfo#GetReflectionProperty(System.Int32) + isEii: true + parent: CilTools.Reflection.ComplexType + langs: + - csharp + - vb + name: IReflectionInfo.GetReflectionProperty(Int32) + nameWithType: ComplexType.IReflectionInfo.GetReflectionProperty(Int32) + fullName: CilTools.Reflection.ComplexType.CilTools.Reflection.IReflectionInfo.GetReflectionProperty(System.Int32) + type: Method + source: + path: CilTools.BytecodeAnalysis + isExternal: true + assemblies: + - CilTools.BytecodeAnalysis + namespace: CilTools.Reflection + syntax: + content: object IReflectionInfo.GetReflectionProperty(int id) + parameters: + - id: id + type: System.Int32 + return: + type: System.Object + content.vb: Function CilTools.Reflection.IReflectionInfo.GetReflectionProperty(id As Integer) As Object Implements IReflectionInfo.GetReflectionProperty + overload: CilTools.Reflection.ComplexType.CilTools#Reflection#IReflectionInfo#GetReflectionProperty* + implements: + - CilTools.Reflection.IReflectionInfo.GetReflectionProperty(System.Int32) + nameWithType.vb: ComplexType.CilTools.Reflection.IReflectionInfo.GetReflectionProperty(Int32) + name.vb: CilTools.Reflection.IReflectionInfo.GetReflectionProperty(Int32) - uid: CilTools.Reflection.ComplexType.ToString commentId: M:CilTools.Reflection.ComplexType.ToString id: ToString @@ -1967,6 +2002,13 @@ references: name: IReflect nameWithType: IReflect fullName: System.Reflection.IReflect +- uid: CilTools.Reflection.IReflectionInfo + commentId: T:CilTools.Reflection.IReflectionInfo + parent: CilTools.Reflection + isExternal: true + name: IReflectionInfo + nameWithType: IReflectionInfo + fullName: CilTools.Reflection.IReflectionInfo - uid: System.Type.FilterAttribute commentId: F:System.Type.FilterAttribute parent: System.Type @@ -10421,6 +10463,55 @@ references: name: MakePointerType nameWithType: ComplexType.MakePointerType fullName: CilTools.Reflection.ComplexType.MakePointerType +- uid: CilTools.Reflection.ComplexType.CilTools#Reflection#IReflectionInfo#GetReflectionProperty* + commentId: Overload:CilTools.Reflection.ComplexType.CilTools#Reflection#IReflectionInfo#GetReflectionProperty + isExternal: true + name: IReflectionInfo.GetReflectionProperty + nameWithType: ComplexType.IReflectionInfo.GetReflectionProperty + fullName: CilTools.Reflection.ComplexType.CilTools.Reflection.IReflectionInfo.GetReflectionProperty + nameWithType.vb: ComplexType.CilTools.Reflection.IReflectionInfo.GetReflectionProperty + name.vb: CilTools.Reflection.IReflectionInfo.GetReflectionProperty +- uid: CilTools.Reflection.IReflectionInfo.GetReflectionProperty(System.Int32) + commentId: M:CilTools.Reflection.IReflectionInfo.GetReflectionProperty(System.Int32) + parent: CilTools.Reflection.IReflectionInfo + isExternal: true + name: GetReflectionProperty(Int32) + nameWithType: IReflectionInfo.GetReflectionProperty(Int32) + fullName: CilTools.Reflection.IReflectionInfo.GetReflectionProperty(System.Int32) + spec.csharp: + - uid: CilTools.Reflection.IReflectionInfo.GetReflectionProperty(System.Int32) + name: GetReflectionProperty + nameWithType: IReflectionInfo.GetReflectionProperty + fullName: CilTools.Reflection.IReflectionInfo.GetReflectionProperty + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: CilTools.Reflection.IReflectionInfo.GetReflectionProperty(System.Int32) + name: GetReflectionProperty + nameWithType: IReflectionInfo.GetReflectionProperty + fullName: CilTools.Reflection.IReflectionInfo.GetReflectionProperty + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) - uid: System.Type.ToString commentId: M:System.Type.ToString parent: System.Type diff --git a/docfx_project/api/CilTools.Reflection.CustomMethod.yml b/docfx_project/api/CilTools.Reflection.CustomMethod.yml index 5ef1a0d..0745ef2 100644 --- a/docfx_project/api/CilTools.Reflection.CustomMethod.yml +++ b/docfx_project/api/CilTools.Reflection.CustomMethod.yml @@ -39,7 +39,9 @@ items: content: 'public abstract class CustomMethod : MethodInfo, ICustomAttributeProvider, _MemberInfo, _MethodBase, _MethodInfo, ICustomMethod' content.vb: >- Public MustInherit Class CustomMethod + Inherits MethodInfo + Implements ICustomAttributeProvider, _MemberInfo, _MethodBase, _MethodInfo, ICustomMethod inheritance: - System.Object diff --git a/docfx_project/api/CilTools.Reflection.GenericParamType.yml b/docfx_project/api/CilTools.Reflection.GenericParamType.yml index 24f3890..e7ff447 100644 --- a/docfx_project/api/CilTools.Reflection.GenericParamType.yml +++ b/docfx_project/api/CilTools.Reflection.GenericParamType.yml @@ -75,7 +75,9 @@ items: content: 'public class GenericParamType : Type, ICustomAttributeProvider, _MemberInfo, _Type, IReflect' content.vb: >- Public Class GenericParamType + Inherits Type + Implements ICustomAttributeProvider, _MemberInfo, _Type, IReflect inheritance: - System.Object diff --git a/docfx_project/api/CilTools.Reflection.ReflectionProperties.yml b/docfx_project/api/CilTools.Reflection.ReflectionProperties.yml index ed6d91a..e5fa6bc 100644 --- a/docfx_project/api/CilTools.Reflection.ReflectionProperties.yml +++ b/docfx_project/api/CilTools.Reflection.ReflectionProperties.yml @@ -5,6 +5,7 @@ items: id: ReflectionProperties parent: CilTools.Reflection children: + - CilTools.Reflection.ReflectionProperties.ContainingAssembly - CilTools.Reflection.ReflectionProperties.CorFlags - CilTools.Reflection.ReflectionProperties.ExplicitlyImplementedMethods - CilTools.Reflection.ReflectionProperties.FieldOffset @@ -16,6 +17,7 @@ items: - CilTools.Reflection.ReflectionProperties.InfoText - CilTools.Reflection.ReflectionProperties.IsStatic - CilTools.Reflection.ReflectionProperties.ReferencedModules + - CilTools.Reflection.ReflectionProperties.ReferenceTarget - CilTools.Reflection.ReflectionProperties.RvaFieldValue - CilTools.Reflection.ReflectionProperties.Signature - CilTools.Reflection.ReflectionProperties.StackReserve @@ -520,6 +522,64 @@ items: modifiers.vb: - Public - Const +- uid: CilTools.Reflection.ReflectionProperties.ReferenceTarget + commentId: F:CilTools.Reflection.ReflectionProperties.ReferenceTarget + id: ReferenceTarget + parent: CilTools.Reflection.ReflectionProperties + langs: + - csharp + - vb + name: ReferenceTarget + nameWithType: ReflectionProperties.ReferenceTarget + fullName: CilTools.Reflection.ReflectionProperties.ReferenceTarget + type: Field + source: + path: CilTools.BytecodeAnalysis + isExternal: true + assemblies: + - CilTools.BytecodeAnalysis + namespace: CilTools.Reflection + summary: "\nRepresents a target member of reference (TypeRef or MethodRef). (Type: MemberInfo)\n" + syntax: + content: public const int ReferenceTarget = 115 + return: + type: System.Int32 + content.vb: Public Const ReferenceTarget As Integer = 115 + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +- uid: CilTools.Reflection.ReflectionProperties.ContainingAssembly + commentId: F:CilTools.Reflection.ReflectionProperties.ContainingAssembly + id: ContainingAssembly + parent: CilTools.Reflection.ReflectionProperties + langs: + - csharp + - vb + name: ContainingAssembly + nameWithType: ReflectionProperties.ContainingAssembly + fullName: CilTools.Reflection.ReflectionProperties.ContainingAssembly + type: Field + source: + path: CilTools.BytecodeAnalysis + isExternal: true + assemblies: + - CilTools.BytecodeAnalysis + namespace: CilTools.Reflection + summary: "\nRepresents an assembly where the metadata element corresponding to the reflection object is stored. Only relevant \nfor references (TypeRef or MethodRef), because for definitions containing assembly is the same as Assembly\nproperty value. (Type: Assembly)\n" + syntax: + content: public const int ContainingAssembly = 116 + return: + type: System.Int32 + content.vb: Public Const ContainingAssembly As Integer = 116 + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const - uid: CilTools.Reflection.ReflectionProperties.Get(System.Object,System.Int32) commentId: M:CilTools.Reflection.ReflectionProperties.Get(System.Object,System.Int32) id: Get(System.Object,System.Int32) diff --git a/docfx_project/api/CilTools.Reflection.yml b/docfx_project/api/CilTools.Reflection.yml index 5ad8389..bf89764 100644 --- a/docfx_project/api/CilTools.Reflection.yml +++ b/docfx_project/api/CilTools.Reflection.yml @@ -93,6 +93,7 @@ references: fullName: CilTools.Reflection.IParamsProvider - uid: CilTools.Reflection.IReflectionInfo commentId: T:CilTools.Reflection.IReflectionInfo + parent: CilTools.Reflection isExternal: true name: IReflectionInfo nameWithType: IReflectionInfo diff --git a/docfx_project/api/CilTools.Runtime.ClrAssemblyInfo.yml b/docfx_project/api/CilTools.Runtime.ClrAssemblyInfo.yml index 6da89af..30e6b7b 100644 --- a/docfx_project/api/CilTools.Runtime.ClrAssemblyInfo.yml +++ b/docfx_project/api/CilTools.Runtime.ClrAssemblyInfo.yml @@ -49,7 +49,9 @@ items: content: 'public class ClrAssemblyInfo : Assembly, _Assembly, IEvidenceFactory, ICustomAttributeProvider, ISerializable, ITokenResolver' content.vb: >- Public Class ClrAssemblyInfo + Inherits Assembly + Implements _Assembly, IEvidenceFactory, ICustomAttributeProvider, ISerializable, ITokenResolver inheritance: - System.Object diff --git a/docfx_project/api/CilTools.Runtime.ClrConstructorInfo.yml b/docfx_project/api/CilTools.Runtime.ClrConstructorInfo.yml index 9a1be6f..f6da56a 100644 --- a/docfx_project/api/CilTools.Runtime.ClrConstructorInfo.yml +++ b/docfx_project/api/CilTools.Runtime.ClrConstructorInfo.yml @@ -50,7 +50,9 @@ items: content: 'public class ClrConstructorInfo : ConstructorInfo, ICustomAttributeProvider, _MemberInfo, _MethodBase, _ConstructorInfo, ICustomMethod' content.vb: >- Public Class ClrConstructorInfo + Inherits ConstructorInfo + Implements ICustomAttributeProvider, _MemberInfo, _MethodBase, _ConstructorInfo, ICustomMethod inheritance: - System.Object diff --git a/docfx_project/api/CilTools.Runtime.ClrMethodInfo.yml b/docfx_project/api/CilTools.Runtime.ClrMethodInfo.yml index 757231d..e8a267b 100644 --- a/docfx_project/api/CilTools.Runtime.ClrMethodInfo.yml +++ b/docfx_project/api/CilTools.Runtime.ClrMethodInfo.yml @@ -51,7 +51,9 @@ items: content: 'public class ClrMethodInfo : MethodInfo, ICustomAttributeProvider, _MemberInfo, _MethodBase, _MethodInfo, ICustomMethod' content.vb: >- Public Class ClrMethodInfo + Inherits MethodInfo + Implements ICustomAttributeProvider, _MemberInfo, _MethodBase, _MethodInfo, ICustomMethod inheritance: - System.Object diff --git a/docfx_project/api/CilTools.Runtime.DynamicMethodsAssembly.yml b/docfx_project/api/CilTools.Runtime.DynamicMethodsAssembly.yml index 32614a4..241630d 100644 --- a/docfx_project/api/CilTools.Runtime.DynamicMethodsAssembly.yml +++ b/docfx_project/api/CilTools.Runtime.DynamicMethodsAssembly.yml @@ -45,7 +45,9 @@ items: content: 'public sealed class DynamicMethodsAssembly : Assembly, _Assembly, IEvidenceFactory, ICustomAttributeProvider, ISerializable, IDisposable' content.vb: >- Public NotInheritable Class DynamicMethodsAssembly + Inherits Assembly + Implements _Assembly, IEvidenceFactory, ICustomAttributeProvider, ISerializable, IDisposable inheritance: - System.Object diff --git a/docfx_project/api/CilTools.SourceCode.Common.SourceParser.yml b/docfx_project/api/CilTools.SourceCode.Common.SourceParser.yml new file mode 100644 index 0000000..f6294dd --- /dev/null +++ b/docfx_project/api/CilTools.SourceCode.Common.SourceParser.yml @@ -0,0 +1,451 @@ +### YamlMime:ManagedReference +items: +- uid: CilTools.SourceCode.Common.SourceParser + commentId: T:CilTools.SourceCode.Common.SourceParser + id: SourceParser + parent: CilTools.SourceCode.Common + children: + - CilTools.SourceCode.Common.SourceParser.Parse(System.String,System.String) + - CilTools.SourceCode.Common.SourceParser.RegisterSyntaxFactory(System.String,CilTools.Syntax.SyntaxFactory) + langs: + - csharp + - vb + name: SourceParser + nameWithType: SourceParser + fullName: CilTools.SourceCode.Common.SourceParser + type: Class + source: + path: CilTools.SourceCode + isExternal: true + assemblies: + - CilTools.SourceCode + namespace: CilTools.SourceCode.Common + summary: "\nProvides static methods that convert source text into syntax nodes\n" + syntax: + content: public static class SourceParser + content.vb: Public Module SourceParser + inheritance: + - System.Object + inheritedMembers: + - System.Object.ToString + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone + modifiers.csharp: + - public + - static + - class + modifiers.vb: + - Public + - Module +- uid: CilTools.SourceCode.Common.SourceParser.RegisterSyntaxFactory(System.String,CilTools.Syntax.SyntaxFactory) + commentId: M:CilTools.SourceCode.Common.SourceParser.RegisterSyntaxFactory(System.String,CilTools.Syntax.SyntaxFactory) + id: RegisterSyntaxFactory(System.String,CilTools.Syntax.SyntaxFactory) + parent: CilTools.SourceCode.Common.SourceParser + langs: + - csharp + - vb + name: RegisterSyntaxFactory(String, SyntaxFactory) + nameWithType: SourceParser.RegisterSyntaxFactory(String, SyntaxFactory) + fullName: CilTools.SourceCode.Common.SourceParser.RegisterSyntaxFactory(System.String, CilTools.Syntax.SyntaxFactory) + type: Method + source: + path: CilTools.SourceCode + isExternal: true + assemblies: + - CilTools.SourceCode + namespace: CilTools.SourceCode.Common + summary: "\nRegisters a syntax factory for the specified source file extension. Extension should be with a leading dot \nand in all lowercase letters.\n" + syntax: + content: public static void RegisterSyntaxFactory(string ext, SyntaxFactory factory) + parameters: + - id: ext + type: System.String + - id: factory + type: CilTools.Syntax.SyntaxFactory + content.vb: Public Shared Sub RegisterSyntaxFactory(ext As String, factory As SyntaxFactory) + overload: CilTools.SourceCode.Common.SourceParser.RegisterSyntaxFactory* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: CilTools.SourceCode.Common.SourceParser.Parse(System.String,System.String) + commentId: M:CilTools.SourceCode.Common.SourceParser.Parse(System.String,System.String) + id: Parse(System.String,System.String) + parent: CilTools.SourceCode.Common.SourceParser + langs: + - csharp + - vb + name: Parse(String, String) + nameWithType: SourceParser.Parse(String, String) + fullName: CilTools.SourceCode.Common.SourceParser.Parse(System.String, System.String) + type: Method + source: + path: CilTools.SourceCode + isExternal: true + assemblies: + - CilTools.SourceCode + namespace: CilTools.SourceCode.Common + summary: "\nConverts the specified source text into a collection of parsed syntax nodes, using the language specified \nby source file extension.\n" + syntax: + content: public static SyntaxNodeCollection Parse(string sourceText, string ext) + parameters: + - id: sourceText + type: System.String + description: Source text to parse + - id: ext + type: System.String + description: Source file extension with a leading dot (for example, .cs for C#) + return: + type: CilTools.SourceCode.Common.SyntaxNodeCollection + content.vb: Public Shared Function Parse(sourceText As String, ext As String) As SyntaxNodeCollection + overload: CilTools.SourceCode.Common.SourceParser.Parse* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +references: +- uid: CilTools.SourceCode.Common + commentId: N:CilTools.SourceCode.Common + isExternal: true + name: CilTools.SourceCode.Common + nameWithType: CilTools.SourceCode.Common + fullName: CilTools.SourceCode.Common +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + name: ToString() + nameWithType: Object.ToString() + fullName: System.Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + nameWithType: Object.ToString + fullName: System.Object.ToString + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + nameWithType: Object.ToString + fullName: System.Object.ToString + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + name: Equals(Object) + nameWithType: Object.Equals(Object) + fullName: System.Object.Equals(System.Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + nameWithType: Object.Equals + fullName: System.Object.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + nameWithType: Object.Equals + fullName: System.Object.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + name: Equals(Object, Object) + nameWithType: Object.Equals(Object, Object) + fullName: System.Object.Equals(System.Object, System.Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + nameWithType: Object.Equals + fullName: System.Object.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + nameWithType: Object.Equals + fullName: System.Object.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + name: ReferenceEquals(Object, Object) + nameWithType: Object.ReferenceEquals(Object, Object) + fullName: System.Object.ReferenceEquals(System.Object, System.Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + nameWithType: Object.ReferenceEquals + fullName: System.Object.ReferenceEquals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + nameWithType: Object.ReferenceEquals + fullName: System.Object.ReferenceEquals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + name: GetHashCode() + nameWithType: Object.GetHashCode() + fullName: System.Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + nameWithType: Object.GetHashCode + fullName: System.Object.GetHashCode + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + nameWithType: Object.GetHashCode + fullName: System.Object.GetHashCode + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + name: GetType() + nameWithType: Object.GetType() + fullName: System.Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + nameWithType: Object.GetType + fullName: System.Object.GetType + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + nameWithType: Object.GetType + fullName: System.Object.GetType + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + name: MemberwiseClone() + nameWithType: Object.MemberwiseClone() + fullName: System.Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + nameWithType: Object.MemberwiseClone + fullName: System.Object.MemberwiseClone + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + nameWithType: Object.MemberwiseClone + fullName: System.Object.MemberwiseClone + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System + commentId: N:System + isExternal: true + name: System + nameWithType: System + fullName: System +- uid: CilTools.SourceCode.Common.SourceParser.RegisterSyntaxFactory* + commentId: Overload:CilTools.SourceCode.Common.SourceParser.RegisterSyntaxFactory + isExternal: true + name: RegisterSyntaxFactory + nameWithType: SourceParser.RegisterSyntaxFactory + fullName: CilTools.SourceCode.Common.SourceParser.RegisterSyntaxFactory +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: CilTools.Syntax.SyntaxFactory + commentId: T:CilTools.Syntax.SyntaxFactory + parent: CilTools.Syntax + isExternal: true + name: SyntaxFactory + nameWithType: SyntaxFactory + fullName: CilTools.Syntax.SyntaxFactory +- uid: CilTools.Syntax + commentId: N:CilTools.Syntax + isExternal: true + name: CilTools.Syntax + nameWithType: CilTools.Syntax + fullName: CilTools.Syntax +- uid: CilTools.SourceCode.Common.SourceParser.Parse* + commentId: Overload:CilTools.SourceCode.Common.SourceParser.Parse + isExternal: true + name: Parse + nameWithType: SourceParser.Parse + fullName: CilTools.SourceCode.Common.SourceParser.Parse +- uid: CilTools.SourceCode.Common.SyntaxNodeCollection + commentId: T:CilTools.SourceCode.Common.SyntaxNodeCollection + parent: CilTools.SourceCode.Common + isExternal: true + name: SyntaxNodeCollection + nameWithType: SyntaxNodeCollection + fullName: CilTools.SourceCode.Common.SyntaxNodeCollection diff --git a/docfx_project/api/CilTools.SourceCode.Common.SourceToken.yml b/docfx_project/api/CilTools.SourceCode.Common.SourceToken.yml index f0ced60..7db97c6 100644 --- a/docfx_project/api/CilTools.SourceCode.Common.SourceToken.yml +++ b/docfx_project/api/CilTools.SourceCode.Common.SourceToken.yml @@ -31,6 +31,7 @@ items: content: 'public class SourceToken : SyntaxNode' content.vb: >- Public Class SourceToken + Inherits SyntaxNode inheritance: - System.Object diff --git a/docfx_project/api/CilTools.SourceCode.Common.SourceTokenFactory.yml b/docfx_project/api/CilTools.SourceCode.Common.SourceTokenFactory.yml index 7ec19b4..38803c9 100644 --- a/docfx_project/api/CilTools.SourceCode.Common.SourceTokenFactory.yml +++ b/docfx_project/api/CilTools.SourceCode.Common.SourceTokenFactory.yml @@ -25,6 +25,7 @@ items: content: 'public class SourceTokenFactory : SyntaxFactory' content.vb: >- Public Class SourceTokenFactory + Inherits SyntaxFactory inheritance: - System.Object diff --git a/docfx_project/api/CilTools.SourceCode.Common.SyntaxNodeCollection.yml b/docfx_project/api/CilTools.SourceCode.Common.SyntaxNodeCollection.yml new file mode 100644 index 0000000..88fe15f --- /dev/null +++ b/docfx_project/api/CilTools.SourceCode.Common.SyntaxNodeCollection.yml @@ -0,0 +1,1071 @@ +### YamlMime:ManagedReference +items: +- uid: CilTools.SourceCode.Common.SyntaxNodeCollection + commentId: T:CilTools.SourceCode.Common.SyntaxNodeCollection + id: SyntaxNodeCollection + parent: CilTools.SourceCode.Common + children: + - CilTools.SourceCode.Common.SyntaxNodeCollection.Count + - CilTools.SourceCode.Common.SyntaxNodeCollection.EnumerateChildNodes + - CilTools.SourceCode.Common.SyntaxNodeCollection.FromArray(CilTools.Syntax.SyntaxNode[]) + - CilTools.SourceCode.Common.SyntaxNodeCollection.GetNode(System.Int32) + - CilTools.SourceCode.Common.SyntaxNodeCollection.ToText(System.IO.TextWriter) + langs: + - csharp + - vb + name: SyntaxNodeCollection + nameWithType: SyntaxNodeCollection + fullName: CilTools.SourceCode.Common.SyntaxNodeCollection + type: Class + source: + path: CilTools.SourceCode + isExternal: true + assemblies: + - CilTools.SourceCode + namespace: CilTools.SourceCode.Common + summary: "\nRepresents an ordered collection of syntax nodes\n" + syntax: + content: 'public class SyntaxNodeCollection : SyntaxNode' + content.vb: >- + Public Class SyntaxNodeCollection + + Inherits SyntaxNode + inheritance: + - System.Object + - CilTools.Syntax.SyntaxNode + inheritedMembers: + - CilTools.Syntax.SyntaxNode._lead + - CilTools.Syntax.SyntaxNode._trail + - CilTools.Syntax.SyntaxNode._parent + - CilTools.Syntax.SyntaxNode.EmptyArray + - CilTools.Syntax.SyntaxNode.ToString + - CilTools.Syntax.SyntaxNode.GetChildNodes + - CilTools.Syntax.SyntaxNode.GetTypeDefSyntax(System.Type) + - CilTools.Syntax.SyntaxNode.GetTypeDefSyntax(System.Type,System.Boolean,CilTools.Syntax.DisassemblerParams) + - CilTools.Syntax.SyntaxNode.GetAdditionalInfo(System.String) + - CilTools.Syntax.SyntaxNode.SetAdditionalInfo(System.String,System.Object) + - CilTools.Syntax.SyntaxNode.LeadingWhitespace + - CilTools.Syntax.SyntaxNode.TrailingWhitespace + - CilTools.Syntax.SyntaxNode.Parent + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone + modifiers.csharp: + - public + - class + modifiers.vb: + - Public + - Class +- uid: CilTools.SourceCode.Common.SyntaxNodeCollection.FromArray(CilTools.Syntax.SyntaxNode[]) + commentId: M:CilTools.SourceCode.Common.SyntaxNodeCollection.FromArray(CilTools.Syntax.SyntaxNode[]) + id: FromArray(CilTools.Syntax.SyntaxNode[]) + parent: CilTools.SourceCode.Common.SyntaxNodeCollection + langs: + - csharp + - vb + name: FromArray(SyntaxNode[]) + nameWithType: SyntaxNodeCollection.FromArray(SyntaxNode[]) + fullName: CilTools.SourceCode.Common.SyntaxNodeCollection.FromArray(CilTools.Syntax.SyntaxNode[]) + type: Method + source: + path: CilTools.SourceCode + isExternal: true + assemblies: + - CilTools.SourceCode + namespace: CilTools.SourceCode.Common + summary: "\nCreates a new SyntaxNodeCollection using contents of the specified array\n" + syntax: + content: public static SyntaxNodeCollection FromArray(SyntaxNode[] nodes) + parameters: + - id: nodes + type: CilTools.Syntax.SyntaxNode[] + return: + type: CilTools.SourceCode.Common.SyntaxNodeCollection + content.vb: Public Shared Function FromArray(nodes As SyntaxNode()) As SyntaxNodeCollection + overload: CilTools.SourceCode.Common.SyntaxNodeCollection.FromArray* + nameWithType.vb: SyntaxNodeCollection.FromArray(SyntaxNode()) + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared + fullName.vb: CilTools.SourceCode.Common.SyntaxNodeCollection.FromArray(CilTools.Syntax.SyntaxNode()) + name.vb: FromArray(SyntaxNode()) +- uid: CilTools.SourceCode.Common.SyntaxNodeCollection.EnumerateChildNodes + commentId: M:CilTools.SourceCode.Common.SyntaxNodeCollection.EnumerateChildNodes + id: EnumerateChildNodes + parent: CilTools.SourceCode.Common.SyntaxNodeCollection + langs: + - csharp + - vb + name: EnumerateChildNodes() + nameWithType: SyntaxNodeCollection.EnumerateChildNodes() + fullName: CilTools.SourceCode.Common.SyntaxNodeCollection.EnumerateChildNodes() + type: Method + source: + path: CilTools.SourceCode + isExternal: true + assemblies: + - CilTools.SourceCode + namespace: CilTools.SourceCode.Common + summary: "\nEnumerates child nodes of this node. For the leaf node, returns an empty collection.\n" + syntax: + content: public override IEnumerable EnumerateChildNodes() + return: + type: System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode} + description: The collection of child syntax nodes + content.vb: Public Overrides Function EnumerateChildNodes As IEnumerable(Of SyntaxNode) + overridden: CilTools.Syntax.SyntaxNode.EnumerateChildNodes + overload: CilTools.SourceCode.Common.SyntaxNodeCollection.EnumerateChildNodes* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: CilTools.SourceCode.Common.SyntaxNodeCollection.ToText(System.IO.TextWriter) + commentId: M:CilTools.SourceCode.Common.SyntaxNodeCollection.ToText(System.IO.TextWriter) + id: ToText(System.IO.TextWriter) + parent: CilTools.SourceCode.Common.SyntaxNodeCollection + langs: + - csharp + - vb + name: ToText(TextWriter) + nameWithType: SyntaxNodeCollection.ToText(TextWriter) + fullName: CilTools.SourceCode.Common.SyntaxNodeCollection.ToText(System.IO.TextWriter) + type: Method + source: + path: CilTools.SourceCode + isExternal: true + assemblies: + - CilTools.SourceCode + namespace: CilTools.SourceCode.Common + summary: "\nWrites text representation of this node into the specified TextWriter\n" + syntax: + content: public override void ToText(TextWriter target) + parameters: + - id: target + type: System.IO.TextWriter + content.vb: Public Overrides Sub ToText(target As TextWriter) + overridden: CilTools.Syntax.SyntaxNode.ToText(System.IO.TextWriter) + overload: CilTools.SourceCode.Common.SyntaxNodeCollection.ToText* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: CilTools.SourceCode.Common.SyntaxNodeCollection.GetNode(System.Int32) + commentId: M:CilTools.SourceCode.Common.SyntaxNodeCollection.GetNode(System.Int32) + id: GetNode(System.Int32) + parent: CilTools.SourceCode.Common.SyntaxNodeCollection + langs: + - csharp + - vb + name: GetNode(Int32) + nameWithType: SyntaxNodeCollection.GetNode(Int32) + fullName: CilTools.SourceCode.Common.SyntaxNodeCollection.GetNode(System.Int32) + type: Method + source: + path: CilTools.SourceCode + isExternal: true + assemblies: + - CilTools.SourceCode + namespace: CilTools.SourceCode.Common + summary: "\nGets the syntax node at the specified index in this collection\n" + syntax: + content: public SyntaxNode GetNode(int index) + parameters: + - id: index + type: System.Int32 + return: + type: CilTools.Syntax.SyntaxNode + content.vb: Public Function GetNode(index As Integer) As SyntaxNode + overload: CilTools.SourceCode.Common.SyntaxNodeCollection.GetNode* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: CilTools.SourceCode.Common.SyntaxNodeCollection.Count + commentId: P:CilTools.SourceCode.Common.SyntaxNodeCollection.Count + id: Count + parent: CilTools.SourceCode.Common.SyntaxNodeCollection + langs: + - csharp + - vb + name: Count + nameWithType: SyntaxNodeCollection.Count + fullName: CilTools.SourceCode.Common.SyntaxNodeCollection.Count + type: Property + source: + path: CilTools.SourceCode + isExternal: true + assemblies: + - CilTools.SourceCode + namespace: CilTools.SourceCode.Common + summary: "\nGets the number of nodes in this collection\n" + syntax: + content: public int Count { get; } + parameters: [] + return: + type: System.Int32 + content.vb: Public ReadOnly Property Count As Integer + overload: CilTools.SourceCode.Common.SyntaxNodeCollection.Count* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +references: +- uid: CilTools.SourceCode.Common + commentId: N:CilTools.SourceCode.Common + isExternal: true + name: CilTools.SourceCode.Common + nameWithType: CilTools.SourceCode.Common + fullName: CilTools.SourceCode.Common +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: CilTools.Syntax.SyntaxNode + commentId: T:CilTools.Syntax.SyntaxNode + parent: CilTools.Syntax + isExternal: true + name: SyntaxNode + nameWithType: SyntaxNode + fullName: CilTools.Syntax.SyntaxNode +- uid: CilTools.Syntax.SyntaxNode._lead + commentId: F:CilTools.Syntax.SyntaxNode._lead + parent: CilTools.Syntax.SyntaxNode + isExternal: true + name: _lead + nameWithType: SyntaxNode._lead + fullName: CilTools.Syntax.SyntaxNode._lead +- uid: CilTools.Syntax.SyntaxNode._trail + commentId: F:CilTools.Syntax.SyntaxNode._trail + parent: CilTools.Syntax.SyntaxNode + isExternal: true + name: _trail + nameWithType: SyntaxNode._trail + fullName: CilTools.Syntax.SyntaxNode._trail +- uid: CilTools.Syntax.SyntaxNode._parent + commentId: F:CilTools.Syntax.SyntaxNode._parent + parent: CilTools.Syntax.SyntaxNode + isExternal: true + name: _parent + nameWithType: SyntaxNode._parent + fullName: CilTools.Syntax.SyntaxNode._parent +- uid: CilTools.Syntax.SyntaxNode.EmptyArray + commentId: F:CilTools.Syntax.SyntaxNode.EmptyArray + parent: CilTools.Syntax.SyntaxNode + isExternal: true + name: EmptyArray + nameWithType: SyntaxNode.EmptyArray + fullName: CilTools.Syntax.SyntaxNode.EmptyArray +- uid: CilTools.Syntax.SyntaxNode.ToString + commentId: M:CilTools.Syntax.SyntaxNode.ToString + parent: CilTools.Syntax.SyntaxNode + isExternal: true + name: ToString() + nameWithType: SyntaxNode.ToString() + fullName: CilTools.Syntax.SyntaxNode.ToString() + spec.csharp: + - uid: CilTools.Syntax.SyntaxNode.ToString + name: ToString + nameWithType: SyntaxNode.ToString + fullName: CilTools.Syntax.SyntaxNode.ToString + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: CilTools.Syntax.SyntaxNode.ToString + name: ToString + nameWithType: SyntaxNode.ToString + fullName: CilTools.Syntax.SyntaxNode.ToString + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: CilTools.Syntax.SyntaxNode.GetChildNodes + commentId: M:CilTools.Syntax.SyntaxNode.GetChildNodes + parent: CilTools.Syntax.SyntaxNode + isExternal: true + name: GetChildNodes() + nameWithType: SyntaxNode.GetChildNodes() + fullName: CilTools.Syntax.SyntaxNode.GetChildNodes() + spec.csharp: + - uid: CilTools.Syntax.SyntaxNode.GetChildNodes + name: GetChildNodes + nameWithType: SyntaxNode.GetChildNodes + fullName: CilTools.Syntax.SyntaxNode.GetChildNodes + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: CilTools.Syntax.SyntaxNode.GetChildNodes + name: GetChildNodes + nameWithType: SyntaxNode.GetChildNodes + fullName: CilTools.Syntax.SyntaxNode.GetChildNodes + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: CilTools.Syntax.SyntaxNode.GetTypeDefSyntax(System.Type) + commentId: M:CilTools.Syntax.SyntaxNode.GetTypeDefSyntax(System.Type) + parent: CilTools.Syntax.SyntaxNode + isExternal: true + name: GetTypeDefSyntax(Type) + nameWithType: SyntaxNode.GetTypeDefSyntax(Type) + fullName: CilTools.Syntax.SyntaxNode.GetTypeDefSyntax(System.Type) + spec.csharp: + - uid: CilTools.Syntax.SyntaxNode.GetTypeDefSyntax(System.Type) + name: GetTypeDefSyntax + nameWithType: SyntaxNode.GetTypeDefSyntax + fullName: CilTools.Syntax.SyntaxNode.GetTypeDefSyntax + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: CilTools.Syntax.SyntaxNode.GetTypeDefSyntax(System.Type) + name: GetTypeDefSyntax + nameWithType: SyntaxNode.GetTypeDefSyntax + fullName: CilTools.Syntax.SyntaxNode.GetTypeDefSyntax + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: CilTools.Syntax.SyntaxNode.GetTypeDefSyntax(System.Type,System.Boolean,CilTools.Syntax.DisassemblerParams) + commentId: M:CilTools.Syntax.SyntaxNode.GetTypeDefSyntax(System.Type,System.Boolean,CilTools.Syntax.DisassemblerParams) + parent: CilTools.Syntax.SyntaxNode + isExternal: true + name: GetTypeDefSyntax(Type, Boolean, DisassemblerParams) + nameWithType: SyntaxNode.GetTypeDefSyntax(Type, Boolean, DisassemblerParams) + fullName: CilTools.Syntax.SyntaxNode.GetTypeDefSyntax(System.Type, System.Boolean, CilTools.Syntax.DisassemblerParams) + spec.csharp: + - uid: CilTools.Syntax.SyntaxNode.GetTypeDefSyntax(System.Type,System.Boolean,CilTools.Syntax.DisassemblerParams) + name: GetTypeDefSyntax + nameWithType: SyntaxNode.GetTypeDefSyntax + fullName: CilTools.Syntax.SyntaxNode.GetTypeDefSyntax + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: CilTools.Syntax.DisassemblerParams + name: DisassemblerParams + nameWithType: DisassemblerParams + fullName: CilTools.Syntax.DisassemblerParams + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: CilTools.Syntax.SyntaxNode.GetTypeDefSyntax(System.Type,System.Boolean,CilTools.Syntax.DisassemblerParams) + name: GetTypeDefSyntax + nameWithType: SyntaxNode.GetTypeDefSyntax + fullName: CilTools.Syntax.SyntaxNode.GetTypeDefSyntax + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: CilTools.Syntax.DisassemblerParams + name: DisassemblerParams + nameWithType: DisassemblerParams + fullName: CilTools.Syntax.DisassemblerParams + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: CilTools.Syntax.SyntaxNode.GetAdditionalInfo(System.String) + commentId: M:CilTools.Syntax.SyntaxNode.GetAdditionalInfo(System.String) + parent: CilTools.Syntax.SyntaxNode + isExternal: true + name: GetAdditionalInfo(String) + nameWithType: SyntaxNode.GetAdditionalInfo(String) + fullName: CilTools.Syntax.SyntaxNode.GetAdditionalInfo(System.String) + spec.csharp: + - uid: CilTools.Syntax.SyntaxNode.GetAdditionalInfo(System.String) + name: GetAdditionalInfo + nameWithType: SyntaxNode.GetAdditionalInfo + fullName: CilTools.Syntax.SyntaxNode.GetAdditionalInfo + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: CilTools.Syntax.SyntaxNode.GetAdditionalInfo(System.String) + name: GetAdditionalInfo + nameWithType: SyntaxNode.GetAdditionalInfo + fullName: CilTools.Syntax.SyntaxNode.GetAdditionalInfo + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: CilTools.Syntax.SyntaxNode.SetAdditionalInfo(System.String,System.Object) + commentId: M:CilTools.Syntax.SyntaxNode.SetAdditionalInfo(System.String,System.Object) + parent: CilTools.Syntax.SyntaxNode + isExternal: true + name: SetAdditionalInfo(String, Object) + nameWithType: SyntaxNode.SetAdditionalInfo(String, Object) + fullName: CilTools.Syntax.SyntaxNode.SetAdditionalInfo(System.String, System.Object) + spec.csharp: + - uid: CilTools.Syntax.SyntaxNode.SetAdditionalInfo(System.String,System.Object) + name: SetAdditionalInfo + nameWithType: SyntaxNode.SetAdditionalInfo + fullName: CilTools.Syntax.SyntaxNode.SetAdditionalInfo + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: CilTools.Syntax.SyntaxNode.SetAdditionalInfo(System.String,System.Object) + name: SetAdditionalInfo + nameWithType: SyntaxNode.SetAdditionalInfo + fullName: CilTools.Syntax.SyntaxNode.SetAdditionalInfo + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: CilTools.Syntax.SyntaxNode.LeadingWhitespace + commentId: P:CilTools.Syntax.SyntaxNode.LeadingWhitespace + parent: CilTools.Syntax.SyntaxNode + isExternal: true + name: LeadingWhitespace + nameWithType: SyntaxNode.LeadingWhitespace + fullName: CilTools.Syntax.SyntaxNode.LeadingWhitespace +- uid: CilTools.Syntax.SyntaxNode.TrailingWhitespace + commentId: P:CilTools.Syntax.SyntaxNode.TrailingWhitespace + parent: CilTools.Syntax.SyntaxNode + isExternal: true + name: TrailingWhitespace + nameWithType: SyntaxNode.TrailingWhitespace + fullName: CilTools.Syntax.SyntaxNode.TrailingWhitespace +- uid: CilTools.Syntax.SyntaxNode.Parent + commentId: P:CilTools.Syntax.SyntaxNode.Parent + parent: CilTools.Syntax.SyntaxNode + isExternal: true + name: Parent + nameWithType: SyntaxNode.Parent + fullName: CilTools.Syntax.SyntaxNode.Parent +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + name: Equals(Object) + nameWithType: Object.Equals(Object) + fullName: System.Object.Equals(System.Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + nameWithType: Object.Equals + fullName: System.Object.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + nameWithType: Object.Equals + fullName: System.Object.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + name: Equals(Object, Object) + nameWithType: Object.Equals(Object, Object) + fullName: System.Object.Equals(System.Object, System.Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + nameWithType: Object.Equals + fullName: System.Object.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + nameWithType: Object.Equals + fullName: System.Object.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + name: ReferenceEquals(Object, Object) + nameWithType: Object.ReferenceEquals(Object, Object) + fullName: System.Object.ReferenceEquals(System.Object, System.Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + nameWithType: Object.ReferenceEquals + fullName: System.Object.ReferenceEquals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + nameWithType: Object.ReferenceEquals + fullName: System.Object.ReferenceEquals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + name: GetHashCode() + nameWithType: Object.GetHashCode() + fullName: System.Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + nameWithType: Object.GetHashCode + fullName: System.Object.GetHashCode + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + nameWithType: Object.GetHashCode + fullName: System.Object.GetHashCode + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + name: GetType() + nameWithType: Object.GetType() + fullName: System.Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + nameWithType: Object.GetType + fullName: System.Object.GetType + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + nameWithType: Object.GetType + fullName: System.Object.GetType + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + name: MemberwiseClone() + nameWithType: Object.MemberwiseClone() + fullName: System.Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + nameWithType: Object.MemberwiseClone + fullName: System.Object.MemberwiseClone + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + nameWithType: Object.MemberwiseClone + fullName: System.Object.MemberwiseClone + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System + commentId: N:System + isExternal: true + name: System + nameWithType: System + fullName: System +- uid: CilTools.Syntax + commentId: N:CilTools.Syntax + isExternal: true + name: CilTools.Syntax + nameWithType: CilTools.Syntax + fullName: CilTools.Syntax +- uid: CilTools.SourceCode.Common.SyntaxNodeCollection.FromArray* + commentId: Overload:CilTools.SourceCode.Common.SyntaxNodeCollection.FromArray + isExternal: true + name: FromArray + nameWithType: SyntaxNodeCollection.FromArray + fullName: CilTools.SourceCode.Common.SyntaxNodeCollection.FromArray +- uid: CilTools.Syntax.SyntaxNode[] + isExternal: true + name: SyntaxNode[] + nameWithType: SyntaxNode[] + fullName: CilTools.Syntax.SyntaxNode[] + nameWithType.vb: SyntaxNode() + fullName.vb: CilTools.Syntax.SyntaxNode() + name.vb: SyntaxNode() + spec.csharp: + - uid: CilTools.Syntax.SyntaxNode + name: SyntaxNode + nameWithType: SyntaxNode + fullName: CilTools.Syntax.SyntaxNode + isExternal: true + - name: '[]' + nameWithType: '[]' + fullName: '[]' + spec.vb: + - uid: CilTools.Syntax.SyntaxNode + name: SyntaxNode + nameWithType: SyntaxNode + fullName: CilTools.Syntax.SyntaxNode + isExternal: true + - name: () + nameWithType: () + fullName: () +- uid: CilTools.SourceCode.Common.SyntaxNodeCollection + commentId: T:CilTools.SourceCode.Common.SyntaxNodeCollection + parent: CilTools.SourceCode.Common + isExternal: true + name: SyntaxNodeCollection + nameWithType: SyntaxNodeCollection + fullName: CilTools.SourceCode.Common.SyntaxNodeCollection +- uid: CilTools.Syntax.SyntaxNode.EnumerateChildNodes + commentId: M:CilTools.Syntax.SyntaxNode.EnumerateChildNodes + parent: CilTools.Syntax.SyntaxNode + isExternal: true + name: EnumerateChildNodes() + nameWithType: SyntaxNode.EnumerateChildNodes() + fullName: CilTools.Syntax.SyntaxNode.EnumerateChildNodes() + spec.csharp: + - uid: CilTools.Syntax.SyntaxNode.EnumerateChildNodes + name: EnumerateChildNodes + nameWithType: SyntaxNode.EnumerateChildNodes + fullName: CilTools.Syntax.SyntaxNode.EnumerateChildNodes + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: CilTools.Syntax.SyntaxNode.EnumerateChildNodes + name: EnumerateChildNodes + nameWithType: SyntaxNode.EnumerateChildNodes + fullName: CilTools.Syntax.SyntaxNode.EnumerateChildNodes + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: CilTools.SourceCode.Common.SyntaxNodeCollection.EnumerateChildNodes* + commentId: Overload:CilTools.SourceCode.Common.SyntaxNodeCollection.EnumerateChildNodes + isExternal: true + name: EnumerateChildNodes + nameWithType: SyntaxNodeCollection.EnumerateChildNodes + fullName: CilTools.SourceCode.Common.SyntaxNodeCollection.EnumerateChildNodes +- uid: System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode} + commentId: T:System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode} + parent: System.Collections.Generic + definition: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + nameWithType.vb: IEnumerable(Of SyntaxNode) + fullName.vb: System.Collections.Generic.IEnumerable(Of CilTools.Syntax.SyntaxNode) + name.vb: IEnumerable(Of SyntaxNode) + spec.csharp: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: CilTools.Syntax.SyntaxNode + name: SyntaxNode + nameWithType: SyntaxNode + fullName: CilTools.Syntax.SyntaxNode + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: CilTools.Syntax.SyntaxNode + name: SyntaxNode + nameWithType: SyntaxNode + fullName: CilTools.Syntax.SyntaxNode + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.IEnumerable`1 + commentId: T:System.Collections.Generic.IEnumerable`1 + isExternal: true + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + nameWithType.vb: IEnumerable(Of T) + fullName.vb: System.Collections.Generic.IEnumerable(Of T) + name.vb: IEnumerable(Of T) + spec.csharp: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic + commentId: N:System.Collections.Generic + isExternal: true + name: System.Collections.Generic + nameWithType: System.Collections.Generic + fullName: System.Collections.Generic +- uid: CilTools.Syntax.SyntaxNode.ToText(System.IO.TextWriter) + commentId: M:CilTools.Syntax.SyntaxNode.ToText(System.IO.TextWriter) + parent: CilTools.Syntax.SyntaxNode + isExternal: true + name: ToText(TextWriter) + nameWithType: SyntaxNode.ToText(TextWriter) + fullName: CilTools.Syntax.SyntaxNode.ToText(System.IO.TextWriter) + spec.csharp: + - uid: CilTools.Syntax.SyntaxNode.ToText(System.IO.TextWriter) + name: ToText + nameWithType: SyntaxNode.ToText + fullName: CilTools.Syntax.SyntaxNode.ToText + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.IO.TextWriter + name: TextWriter + nameWithType: TextWriter + fullName: System.IO.TextWriter + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: CilTools.Syntax.SyntaxNode.ToText(System.IO.TextWriter) + name: ToText + nameWithType: SyntaxNode.ToText + fullName: CilTools.Syntax.SyntaxNode.ToText + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.IO.TextWriter + name: TextWriter + nameWithType: TextWriter + fullName: System.IO.TextWriter + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: CilTools.SourceCode.Common.SyntaxNodeCollection.ToText* + commentId: Overload:CilTools.SourceCode.Common.SyntaxNodeCollection.ToText + isExternal: true + name: ToText + nameWithType: SyntaxNodeCollection.ToText + fullName: CilTools.SourceCode.Common.SyntaxNodeCollection.ToText +- uid: System.IO.TextWriter + commentId: T:System.IO.TextWriter + parent: System.IO + isExternal: true + name: TextWriter + nameWithType: TextWriter + fullName: System.IO.TextWriter +- uid: System.IO + commentId: N:System.IO + isExternal: true + name: System.IO + nameWithType: System.IO + fullName: System.IO +- uid: CilTools.SourceCode.Common.SyntaxNodeCollection.GetNode* + commentId: Overload:CilTools.SourceCode.Common.SyntaxNodeCollection.GetNode + isExternal: true + name: GetNode + nameWithType: SyntaxNodeCollection.GetNode + fullName: CilTools.SourceCode.Common.SyntaxNodeCollection.GetNode +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + name: Int32 + nameWithType: Int32 + fullName: System.Int32 +- uid: CilTools.SourceCode.Common.SyntaxNodeCollection.Count* + commentId: Overload:CilTools.SourceCode.Common.SyntaxNodeCollection.Count + isExternal: true + name: Count + nameWithType: SyntaxNodeCollection.Count + fullName: CilTools.SourceCode.Common.SyntaxNodeCollection.Count diff --git a/docfx_project/api/CilTools.SourceCode.Common.yml b/docfx_project/api/CilTools.SourceCode.Common.yml index d55c229..624129c 100644 --- a/docfx_project/api/CilTools.SourceCode.Common.yml +++ b/docfx_project/api/CilTools.SourceCode.Common.yml @@ -6,8 +6,10 @@ items: children: - CilTools.SourceCode.Common.SourceCodeUtils - CilTools.SourceCode.Common.SourceLanguage + - CilTools.SourceCode.Common.SourceParser - CilTools.SourceCode.Common.SourceToken - CilTools.SourceCode.Common.SourceTokenFactory + - CilTools.SourceCode.Common.SyntaxNodeCollection - CilTools.SourceCode.Common.TokenKind langs: - csharp @@ -32,6 +34,12 @@ references: name: SourceLanguage nameWithType: SourceLanguage fullName: CilTools.SourceCode.Common.SourceLanguage +- uid: CilTools.SourceCode.Common.SourceParser + commentId: T:CilTools.SourceCode.Common.SourceParser + isExternal: true + name: SourceParser + nameWithType: SourceParser + fullName: CilTools.SourceCode.Common.SourceParser - uid: CilTools.SourceCode.Common.SourceToken commentId: T:CilTools.SourceCode.Common.SourceToken isExternal: true @@ -45,6 +53,13 @@ references: name: SourceTokenFactory nameWithType: SourceTokenFactory fullName: CilTools.SourceCode.Common.SourceTokenFactory +- uid: CilTools.SourceCode.Common.SyntaxNodeCollection + commentId: T:CilTools.SourceCode.Common.SyntaxNodeCollection + parent: CilTools.SourceCode.Common + isExternal: true + name: SyntaxNodeCollection + nameWithType: SyntaxNodeCollection + fullName: CilTools.SourceCode.Common.SyntaxNodeCollection - uid: CilTools.SourceCode.Common.TokenKind commentId: T:CilTools.SourceCode.Common.TokenKind parent: CilTools.SourceCode.Common diff --git a/docfx_project/api/CilTools.SourceCode.SourceDocument.yml b/docfx_project/api/CilTools.SourceCode.SourceDocument.yml index 1da40d3..e74691c 100644 --- a/docfx_project/api/CilTools.SourceCode.SourceDocument.yml +++ b/docfx_project/api/CilTools.SourceCode.SourceDocument.yml @@ -31,6 +31,7 @@ items: content: 'public class SourceDocument : FragmentBase' content.vb: >- Public Class SourceDocument + Inherits FragmentBase inheritance: - System.Object diff --git a/docfx_project/api/CilTools.SourceCode.SourceFragment.yml b/docfx_project/api/CilTools.SourceCode.SourceFragment.yml index 7431b1f..4c8dd8f 100644 --- a/docfx_project/api/CilTools.SourceCode.SourceFragment.yml +++ b/docfx_project/api/CilTools.SourceCode.SourceFragment.yml @@ -28,6 +28,7 @@ items: content: 'public class SourceFragment : FragmentBase' content.vb: >- Public Class SourceFragment + Inherits FragmentBase inheritance: - System.Object diff --git a/docfx_project/api/CilTools.Syntax.BlockSyntax.yml b/docfx_project/api/CilTools.Syntax.BlockSyntax.yml index 87bb3db..15dd5ce 100644 --- a/docfx_project/api/CilTools.Syntax.BlockSyntax.yml +++ b/docfx_project/api/CilTools.Syntax.BlockSyntax.yml @@ -28,6 +28,7 @@ items: content: 'public class BlockSyntax : SyntaxNode' content.vb: >- Public Class BlockSyntax + Inherits SyntaxNode inheritance: - System.Object diff --git a/docfx_project/api/CilTools.Syntax.CommentSyntax.yml b/docfx_project/api/CilTools.Syntax.CommentSyntax.yml index 375f83e..d9ca4ca 100644 --- a/docfx_project/api/CilTools.Syntax.CommentSyntax.yml +++ b/docfx_project/api/CilTools.Syntax.CommentSyntax.yml @@ -25,6 +25,7 @@ items: content: 'public class CommentSyntax : SyntaxNode' content.vb: >- Public Class CommentSyntax + Inherits SyntaxNode inheritance: - System.Object diff --git a/docfx_project/api/CilTools.Syntax.DirectiveSyntax.yml b/docfx_project/api/CilTools.Syntax.DirectiveSyntax.yml index 2f877f3..925cf92 100644 --- a/docfx_project/api/CilTools.Syntax.DirectiveSyntax.yml +++ b/docfx_project/api/CilTools.Syntax.DirectiveSyntax.yml @@ -30,6 +30,7 @@ items: content: 'public class DirectiveSyntax : SyntaxNode' content.vb: >- Public Class DirectiveSyntax + Inherits SyntaxNode inheritance: - System.Object diff --git a/docfx_project/api/CilTools.Syntax.IdentifierSyntax.yml b/docfx_project/api/CilTools.Syntax.IdentifierSyntax.yml index 609a41f..516a227 100644 --- a/docfx_project/api/CilTools.Syntax.IdentifierSyntax.yml +++ b/docfx_project/api/CilTools.Syntax.IdentifierSyntax.yml @@ -32,6 +32,7 @@ items: content: 'public class IdentifierSyntax : SyntaxNode' content.vb: >- Public Class IdentifierSyntax + Inherits SyntaxNode inheritance: - System.Object diff --git a/docfx_project/api/CilTools.Syntax.InstructionSyntax.yml b/docfx_project/api/CilTools.Syntax.InstructionSyntax.yml index ae8c97d..aa4f399 100644 --- a/docfx_project/api/CilTools.Syntax.InstructionSyntax.yml +++ b/docfx_project/api/CilTools.Syntax.InstructionSyntax.yml @@ -34,6 +34,7 @@ items: content: 'public class InstructionSyntax : SyntaxNode' content.vb: >- Public Class InstructionSyntax + Inherits SyntaxNode inheritance: - System.Object diff --git a/docfx_project/api/CilTools.Syntax.KeywordSyntax.yml b/docfx_project/api/CilTools.Syntax.KeywordSyntax.yml index 972add1..df8bc66 100644 --- a/docfx_project/api/CilTools.Syntax.KeywordSyntax.yml +++ b/docfx_project/api/CilTools.Syntax.KeywordSyntax.yml @@ -28,6 +28,7 @@ items: content: 'public class KeywordSyntax : SyntaxNode' content.vb: >- Public Class KeywordSyntax + Inherits SyntaxNode inheritance: - System.Object diff --git a/docfx_project/api/CilTools.Syntax.LiteralSyntax.yml b/docfx_project/api/CilTools.Syntax.LiteralSyntax.yml index ffd6ad5..dbb391c 100644 --- a/docfx_project/api/CilTools.Syntax.LiteralSyntax.yml +++ b/docfx_project/api/CilTools.Syntax.LiteralSyntax.yml @@ -27,6 +27,7 @@ items: content: 'public class LiteralSyntax : SyntaxNode' content.vb: >- Public Class LiteralSyntax + Inherits SyntaxNode inheritance: - System.Object diff --git a/docfx_project/api/CilTools.Syntax.MemberRefSyntax.yml b/docfx_project/api/CilTools.Syntax.MemberRefSyntax.yml index 2f710f6..2f28e10 100644 --- a/docfx_project/api/CilTools.Syntax.MemberRefSyntax.yml +++ b/docfx_project/api/CilTools.Syntax.MemberRefSyntax.yml @@ -27,6 +27,7 @@ items: content: 'public class MemberRefSyntax : SyntaxNode' content.vb: >- Public Class MemberRefSyntax + Inherits SyntaxNode inheritance: - System.Object diff --git a/docfx_project/api/CilTools.Syntax.MethodDefSyntax.yml b/docfx_project/api/CilTools.Syntax.MethodDefSyntax.yml index ef9074b..db61a25 100644 --- a/docfx_project/api/CilTools.Syntax.MethodDefSyntax.yml +++ b/docfx_project/api/CilTools.Syntax.MethodDefSyntax.yml @@ -28,6 +28,7 @@ items: content: 'public class MethodDefSyntax : SyntaxNode' content.vb: >- Public Class MethodDefSyntax + Inherits SyntaxNode inheritance: - System.Object diff --git a/docfx_project/api/CilTools.Syntax.PunctuationSyntax.yml b/docfx_project/api/CilTools.Syntax.PunctuationSyntax.yml index 57b5c3d..f2e41b5 100644 --- a/docfx_project/api/CilTools.Syntax.PunctuationSyntax.yml +++ b/docfx_project/api/CilTools.Syntax.PunctuationSyntax.yml @@ -27,6 +27,7 @@ items: content: 'public class PunctuationSyntax : SyntaxNode' content.vb: >- Public Class PunctuationSyntax + Inherits SyntaxNode inheritance: - System.Object diff --git a/docfx_project/api/CilTools.Syntax.SyntaxNode.yml b/docfx_project/api/CilTools.Syntax.SyntaxNode.yml index a48f5e1..51df77e 100644 --- a/docfx_project/api/CilTools.Syntax.SyntaxNode.yml +++ b/docfx_project/api/CilTools.Syntax.SyntaxNode.yml @@ -43,6 +43,7 @@ items: - System.Object derivedClasses: - CilTools.SourceCode.Common.SourceToken + - CilTools.SourceCode.Common.SyntaxNodeCollection - CilTools.Syntax.BlockSyntax - CilTools.Syntax.CommentSyntax - CilTools.Syntax.DirectiveSyntax diff --git a/docfx_project/api/CilTools.Syntax.Tokens.CommentToken.yml b/docfx_project/api/CilTools.Syntax.Tokens.CommentToken.yml index 222a070..f2dd4c9 100644 --- a/docfx_project/api/CilTools.Syntax.Tokens.CommentToken.yml +++ b/docfx_project/api/CilTools.Syntax.Tokens.CommentToken.yml @@ -26,6 +26,7 @@ items: content: 'public class CommentToken : SyntaxTokenDefinition' content.vb: >- Public Class CommentToken + Inherits SyntaxTokenDefinition inheritance: - System.Object diff --git a/docfx_project/api/CilTools.Syntax.Tokens.DoubleQuotLiteralToken.yml b/docfx_project/api/CilTools.Syntax.Tokens.DoubleQuotLiteralToken.yml index 7669fae..57037a7 100644 --- a/docfx_project/api/CilTools.Syntax.Tokens.DoubleQuotLiteralToken.yml +++ b/docfx_project/api/CilTools.Syntax.Tokens.DoubleQuotLiteralToken.yml @@ -26,6 +26,7 @@ items: content: 'public class DoubleQuotLiteralToken : SyntaxTokenDefinition' content.vb: >- Public Class DoubleQuotLiteralToken + Inherits SyntaxTokenDefinition inheritance: - System.Object diff --git a/docfx_project/api/CilTools.Syntax.Tokens.MultilineCommentToken.yml b/docfx_project/api/CilTools.Syntax.Tokens.MultilineCommentToken.yml index 1125fa3..fc7b219 100644 --- a/docfx_project/api/CilTools.Syntax.Tokens.MultilineCommentToken.yml +++ b/docfx_project/api/CilTools.Syntax.Tokens.MultilineCommentToken.yml @@ -26,6 +26,7 @@ items: content: 'public class MultilineCommentToken : SyntaxTokenDefinition' content.vb: >- Public Class MultilineCommentToken + Inherits SyntaxTokenDefinition inheritance: - System.Object diff --git a/docfx_project/api/CilTools.Syntax.Tokens.NumericLiteralToken.yml b/docfx_project/api/CilTools.Syntax.Tokens.NumericLiteralToken.yml index 510834b..114244b 100644 --- a/docfx_project/api/CilTools.Syntax.Tokens.NumericLiteralToken.yml +++ b/docfx_project/api/CilTools.Syntax.Tokens.NumericLiteralToken.yml @@ -26,6 +26,7 @@ items: content: 'public class NumericLiteralToken : SyntaxTokenDefinition' content.vb: >- Public Class NumericLiteralToken + Inherits SyntaxTokenDefinition inheritance: - System.Object diff --git a/docfx_project/api/CilTools.Syntax.Tokens.PunctuationToken.yml b/docfx_project/api/CilTools.Syntax.Tokens.PunctuationToken.yml index 8f17406..0a907ec 100644 --- a/docfx_project/api/CilTools.Syntax.Tokens.PunctuationToken.yml +++ b/docfx_project/api/CilTools.Syntax.Tokens.PunctuationToken.yml @@ -26,6 +26,7 @@ items: content: 'public class PunctuationToken : SyntaxTokenDefinition' content.vb: >- Public Class PunctuationToken + Inherits SyntaxTokenDefinition inheritance: - System.Object diff --git a/docfx_project/api/CilTools.Syntax.Tokens.SingleQuotLiteralToken.yml b/docfx_project/api/CilTools.Syntax.Tokens.SingleQuotLiteralToken.yml index 8936dd8..b781999 100644 --- a/docfx_project/api/CilTools.Syntax.Tokens.SingleQuotLiteralToken.yml +++ b/docfx_project/api/CilTools.Syntax.Tokens.SingleQuotLiteralToken.yml @@ -26,6 +26,7 @@ items: content: 'public class SingleQuotLiteralToken : SyntaxTokenDefinition' content.vb: >- Public Class SingleQuotLiteralToken + Inherits SyntaxTokenDefinition inheritance: - System.Object diff --git a/docfx_project/api/CilTools.Syntax.Tokens.WhitespaceToken.yml b/docfx_project/api/CilTools.Syntax.Tokens.WhitespaceToken.yml index f6973ea..38e5b54 100644 --- a/docfx_project/api/CilTools.Syntax.Tokens.WhitespaceToken.yml +++ b/docfx_project/api/CilTools.Syntax.Tokens.WhitespaceToken.yml @@ -27,6 +27,7 @@ items: content: 'public class WhitespaceToken : SyntaxTokenDefinition' content.vb: >- Public Class WhitespaceToken + Inherits SyntaxTokenDefinition inheritance: - System.Object diff --git a/docfx_project/api/CilTools.Visualization.HtmlVisualizer.yml b/docfx_project/api/CilTools.Visualization.HtmlVisualizer.yml new file mode 100644 index 0000000..c995fdf --- /dev/null +++ b/docfx_project/api/CilTools.Visualization.HtmlVisualizer.yml @@ -0,0 +1,1268 @@ +### YamlMime:ManagedReference +items: +- uid: CilTools.Visualization.HtmlVisualizer + commentId: T:CilTools.Visualization.HtmlVisualizer + id: HtmlVisualizer + parent: CilTools.Visualization + children: + - CilTools.Visualization.HtmlVisualizer.#ctor + - CilTools.Visualization.HtmlVisualizer.AddUrlProvider(CilTools.Visualization.UrlProviderBase) + - CilTools.Visualization.HtmlVisualizer.EndBlock(CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + - CilTools.Visualization.HtmlVisualizer.GetVisualStyles + - CilTools.Visualization.HtmlVisualizer.GetVisualStyles(System.IO.TextWriter) + - CilTools.Visualization.HtmlVisualizer.RemoveAllProviders + - CilTools.Visualization.HtmlVisualizer.RenderNode(CilTools.Syntax.SyntaxNode,CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + - CilTools.Visualization.HtmlVisualizer.RenderParagraph(System.String,System.IO.TextWriter) + - CilTools.Visualization.HtmlVisualizer.StartBlock(CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + langs: + - csharp + - vb + name: HtmlVisualizer + nameWithType: HtmlVisualizer + fullName: CilTools.Visualization.HtmlVisualizer + type: Class + source: + path: CilTools.Visualization + isExternal: true + assemblies: + - CilTools.Visualization + namespace: CilTools.Visualization + summary: "\nVisualizes syntax nodes as HTML\n" + syntax: + content: 'public class HtmlVisualizer : SyntaxVisualizer' + content.vb: >- + Public Class HtmlVisualizer + Inherits SyntaxVisualizer + inheritance: + - System.Object + - CilTools.Visualization.SyntaxVisualizer + inheritedMembers: + - CilTools.Visualization.SyntaxVisualizer.RenderNodes(System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode},CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + - CilTools.Visualization.SyntaxVisualizer.RenderToString(System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode},CilTools.Visualization.VisualizationOptions) + - CilTools.Visualization.SyntaxVisualizer.RenderToString(System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode}) + - CilTools.Visualization.SyntaxVisualizer.Create(CilTools.Visualization.OutputFormat) + - System.Object.ToString + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone + modifiers.csharp: + - public + - class + modifiers.vb: + - Public + - Class +- uid: CilTools.Visualization.HtmlVisualizer.AddUrlProvider(CilTools.Visualization.UrlProviderBase) + commentId: M:CilTools.Visualization.HtmlVisualizer.AddUrlProvider(CilTools.Visualization.UrlProviderBase) + id: AddUrlProvider(CilTools.Visualization.UrlProviderBase) + parent: CilTools.Visualization.HtmlVisualizer + langs: + - csharp + - vb + name: AddUrlProvider(UrlProviderBase) + nameWithType: HtmlVisualizer.AddUrlProvider(UrlProviderBase) + fullName: CilTools.Visualization.HtmlVisualizer.AddUrlProvider(CilTools.Visualization.UrlProviderBase) + type: Method + source: + path: CilTools.Visualization + isExternal: true + assemblies: + - CilTools.Visualization + namespace: CilTools.Visualization + summary: "\nAdds the specified custom URL provider into the list of providers used by this generator. URL providers \ndefine logic how URLs for navigation hyperlinks are rendered.\n" + syntax: + content: public void AddUrlProvider(UrlProviderBase provider) + parameters: + - id: provider + type: CilTools.Visualization.UrlProviderBase + content.vb: Public Sub AddUrlProvider(provider As UrlProviderBase) + overload: CilTools.Visualization.HtmlVisualizer.AddUrlProvider* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: CilTools.Visualization.HtmlVisualizer.RemoveAllProviders + commentId: M:CilTools.Visualization.HtmlVisualizer.RemoveAllProviders + id: RemoveAllProviders + parent: CilTools.Visualization.HtmlVisualizer + langs: + - csharp + - vb + name: RemoveAllProviders() + nameWithType: HtmlVisualizer.RemoveAllProviders() + fullName: CilTools.Visualization.HtmlVisualizer.RemoveAllProviders() + type: Method + source: + path: CilTools.Visualization + isExternal: true + assemblies: + - CilTools.Visualization + namespace: CilTools.Visualization + summary: "\nRemoves all custom URL providers from this generator\n" + syntax: + content: public void RemoveAllProviders() + content.vb: Public Sub RemoveAllProviders + overload: CilTools.Visualization.HtmlVisualizer.RemoveAllProviders* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: CilTools.Visualization.HtmlVisualizer.RenderNode(CilTools.Syntax.SyntaxNode,CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + commentId: M:CilTools.Visualization.HtmlVisualizer.RenderNode(CilTools.Syntax.SyntaxNode,CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + id: RenderNode(CilTools.Syntax.SyntaxNode,CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + parent: CilTools.Visualization.HtmlVisualizer + langs: + - csharp + - vb + name: RenderNode(SyntaxNode, VisualizationOptions, TextWriter) + nameWithType: HtmlVisualizer.RenderNode(SyntaxNode, VisualizationOptions, TextWriter) + fullName: CilTools.Visualization.HtmlVisualizer.RenderNode(CilTools.Syntax.SyntaxNode, CilTools.Visualization.VisualizationOptions, System.IO.TextWriter) + type: Method + source: + path: CilTools.Visualization + isExternal: true + assemblies: + - CilTools.Visualization + namespace: CilTools.Visualization + summary: "\nVisualizes the specified and writes results into the TextWriter\n" + syntax: + content: public override void RenderNode(SyntaxNode node, VisualizationOptions options, TextWriter target) + parameters: + - id: node + type: CilTools.Syntax.SyntaxNode + - id: options + type: CilTools.Visualization.VisualizationOptions + - id: target + type: System.IO.TextWriter + content.vb: Public Overrides Sub RenderNode(node As SyntaxNode, options As VisualizationOptions, target As TextWriter) + overridden: CilTools.Visualization.SyntaxVisualizer.RenderNode(CilTools.Syntax.SyntaxNode,CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + overload: CilTools.Visualization.HtmlVisualizer.RenderNode* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: CilTools.Visualization.HtmlVisualizer.RenderParagraph(System.String,System.IO.TextWriter) + commentId: M:CilTools.Visualization.HtmlVisualizer.RenderParagraph(System.String,System.IO.TextWriter) + id: RenderParagraph(System.String,System.IO.TextWriter) + parent: CilTools.Visualization.HtmlVisualizer + langs: + - csharp + - vb + name: RenderParagraph(String, TextWriter) + nameWithType: HtmlVisualizer.RenderParagraph(String, TextWriter) + fullName: CilTools.Visualization.HtmlVisualizer.RenderParagraph(System.String, System.IO.TextWriter) + type: Method + source: + path: CilTools.Visualization + isExternal: true + assemblies: + - CilTools.Visualization + namespace: CilTools.Visualization + summary: "\nVisualizes a paragraph with the specified text and writes results into the TextWriter\n" + syntax: + content: public override void RenderParagraph(string content, TextWriter target) + parameters: + - id: content + type: System.String + - id: target + type: System.IO.TextWriter + content.vb: Public Overrides Sub RenderParagraph(content As String, target As TextWriter) + overridden: CilTools.Visualization.SyntaxVisualizer.RenderParagraph(System.String,System.IO.TextWriter) + overload: CilTools.Visualization.HtmlVisualizer.RenderParagraph* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: CilTools.Visualization.HtmlVisualizer.StartBlock(CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + commentId: M:CilTools.Visualization.HtmlVisualizer.StartBlock(CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + id: StartBlock(CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + parent: CilTools.Visualization.HtmlVisualizer + langs: + - csharp + - vb + name: StartBlock(VisualizationOptions, TextWriter) + nameWithType: HtmlVisualizer.StartBlock(VisualizationOptions, TextWriter) + fullName: CilTools.Visualization.HtmlVisualizer.StartBlock(CilTools.Visualization.VisualizationOptions, System.IO.TextWriter) + type: Method + source: + path: CilTools.Visualization + isExternal: true + assemblies: + - CilTools.Visualization + namespace: CilTools.Visualization + summary: "\nWrites content that marks the beginning of the visualized code block to the TextWriter\n" + syntax: + content: protected override void StartBlock(VisualizationOptions options, TextWriter target) + parameters: + - id: options + type: CilTools.Visualization.VisualizationOptions + - id: target + type: System.IO.TextWriter + content.vb: Protected Overrides Sub StartBlock(options As VisualizationOptions, target As TextWriter) + overridden: CilTools.Visualization.SyntaxVisualizer.StartBlock(CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + overload: CilTools.Visualization.HtmlVisualizer.StartBlock* + modifiers.csharp: + - protected + - override + modifiers.vb: + - Protected + - Overrides +- uid: CilTools.Visualization.HtmlVisualizer.EndBlock(CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + commentId: M:CilTools.Visualization.HtmlVisualizer.EndBlock(CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + id: EndBlock(CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + parent: CilTools.Visualization.HtmlVisualizer + langs: + - csharp + - vb + name: EndBlock(VisualizationOptions, TextWriter) + nameWithType: HtmlVisualizer.EndBlock(VisualizationOptions, TextWriter) + fullName: CilTools.Visualization.HtmlVisualizer.EndBlock(CilTools.Visualization.VisualizationOptions, System.IO.TextWriter) + type: Method + source: + path: CilTools.Visualization + isExternal: true + assemblies: + - CilTools.Visualization + namespace: CilTools.Visualization + summary: "\nWrites content that marks the end of the visualized code block to the TextWriter\n" + syntax: + content: protected override void EndBlock(VisualizationOptions options, TextWriter target) + parameters: + - id: options + type: CilTools.Visualization.VisualizationOptions + - id: target + type: System.IO.TextWriter + content.vb: Protected Overrides Sub EndBlock(options As VisualizationOptions, target As TextWriter) + overridden: CilTools.Visualization.SyntaxVisualizer.EndBlock(CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + overload: CilTools.Visualization.HtmlVisualizer.EndBlock* + modifiers.csharp: + - protected + - override + modifiers.vb: + - Protected + - Overrides +- uid: CilTools.Visualization.HtmlVisualizer.GetVisualStyles(System.IO.TextWriter) + commentId: M:CilTools.Visualization.HtmlVisualizer.GetVisualStyles(System.IO.TextWriter) + id: GetVisualStyles(System.IO.TextWriter) + parent: CilTools.Visualization.HtmlVisualizer + langs: + - csharp + - vb + name: GetVisualStyles(TextWriter) + nameWithType: HtmlVisualizer.GetVisualStyles(TextWriter) + fullName: CilTools.Visualization.HtmlVisualizer.GetVisualStyles(System.IO.TextWriter) + type: Method + source: + path: CilTools.Visualization + isExternal: true + assemblies: + - CilTools.Visualization + namespace: CilTools.Visualization + summary: "\nWrites CSS code containing syntax highlighting styles into the specified TextWriter. \nThese styles are used in markup generated by RenderNodes method.\n" + syntax: + content: public static void GetVisualStyles(TextWriter target) + parameters: + - id: target + type: System.IO.TextWriter + description: Text writer where to output the resulting CSS + content.vb: Public Shared Sub GetVisualStyles(target As TextWriter) + overload: CilTools.Visualization.HtmlVisualizer.GetVisualStyles* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: CilTools.Visualization.HtmlVisualizer.GetVisualStyles + commentId: M:CilTools.Visualization.HtmlVisualizer.GetVisualStyles + id: GetVisualStyles + parent: CilTools.Visualization.HtmlVisualizer + langs: + - csharp + - vb + name: GetVisualStyles() + nameWithType: HtmlVisualizer.GetVisualStyles() + fullName: CilTools.Visualization.HtmlVisualizer.GetVisualStyles() + type: Method + source: + path: CilTools.Visualization + isExternal: true + assemblies: + - CilTools.Visualization + namespace: CilTools.Visualization + summary: "\nGets CSS code containing syntax highlighting styles. These styles are used in markup generated by \nRenderNodes method.\n" + syntax: + content: public static string GetVisualStyles() + return: + type: System.String + content.vb: Public Shared Function GetVisualStyles As String + overload: CilTools.Visualization.HtmlVisualizer.GetVisualStyles* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: CilTools.Visualization.HtmlVisualizer.#ctor + commentId: M:CilTools.Visualization.HtmlVisualizer.#ctor + id: '#ctor' + parent: CilTools.Visualization.HtmlVisualizer + langs: + - csharp + - vb + name: HtmlVisualizer() + nameWithType: HtmlVisualizer.HtmlVisualizer() + fullName: CilTools.Visualization.HtmlVisualizer.HtmlVisualizer() + type: Constructor + source: + path: CilTools.Visualization + isExternal: true + assemblies: + - CilTools.Visualization + namespace: CilTools.Visualization + syntax: + content: public HtmlVisualizer() + content.vb: Public Sub New + overload: CilTools.Visualization.HtmlVisualizer.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +references: +- uid: CilTools.Visualization + commentId: N:CilTools.Visualization + isExternal: true + name: CilTools.Visualization + nameWithType: CilTools.Visualization + fullName: CilTools.Visualization +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: CilTools.Visualization.SyntaxVisualizer + commentId: T:CilTools.Visualization.SyntaxVisualizer + parent: CilTools.Visualization + isExternal: true + name: SyntaxVisualizer + nameWithType: SyntaxVisualizer + fullName: CilTools.Visualization.SyntaxVisualizer +- uid: CilTools.Visualization.SyntaxVisualizer.RenderNodes(System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode},CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + commentId: M:CilTools.Visualization.SyntaxVisualizer.RenderNodes(System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode},CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + parent: CilTools.Visualization.SyntaxVisualizer + isExternal: true + name: RenderNodes(IEnumerable, VisualizationOptions, TextWriter) + nameWithType: SyntaxVisualizer.RenderNodes(IEnumerable, VisualizationOptions, TextWriter) + fullName: CilTools.Visualization.SyntaxVisualizer.RenderNodes(System.Collections.Generic.IEnumerable, CilTools.Visualization.VisualizationOptions, System.IO.TextWriter) + nameWithType.vb: SyntaxVisualizer.RenderNodes(IEnumerable(Of SyntaxNode), VisualizationOptions, TextWriter) + fullName.vb: CilTools.Visualization.SyntaxVisualizer.RenderNodes(System.Collections.Generic.IEnumerable(Of CilTools.Syntax.SyntaxNode), CilTools.Visualization.VisualizationOptions, System.IO.TextWriter) + name.vb: RenderNodes(IEnumerable(Of SyntaxNode), VisualizationOptions, TextWriter) + spec.csharp: + - uid: CilTools.Visualization.SyntaxVisualizer.RenderNodes(System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode},CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + name: RenderNodes + nameWithType: SyntaxVisualizer.RenderNodes + fullName: CilTools.Visualization.SyntaxVisualizer.RenderNodes + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: CilTools.Syntax.SyntaxNode + name: SyntaxNode + nameWithType: SyntaxNode + fullName: CilTools.Syntax.SyntaxNode + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: CilTools.Visualization.VisualizationOptions + name: VisualizationOptions + nameWithType: VisualizationOptions + fullName: CilTools.Visualization.VisualizationOptions + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.IO.TextWriter + name: TextWriter + nameWithType: TextWriter + fullName: System.IO.TextWriter + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: CilTools.Visualization.SyntaxVisualizer.RenderNodes(System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode},CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + name: RenderNodes + nameWithType: SyntaxVisualizer.RenderNodes + fullName: CilTools.Visualization.SyntaxVisualizer.RenderNodes + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: CilTools.Syntax.SyntaxNode + name: SyntaxNode + nameWithType: SyntaxNode + fullName: CilTools.Syntax.SyntaxNode + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: CilTools.Visualization.VisualizationOptions + name: VisualizationOptions + nameWithType: VisualizationOptions + fullName: CilTools.Visualization.VisualizationOptions + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.IO.TextWriter + name: TextWriter + nameWithType: TextWriter + fullName: System.IO.TextWriter + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: CilTools.Visualization.SyntaxVisualizer.RenderToString(System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode},CilTools.Visualization.VisualizationOptions) + commentId: M:CilTools.Visualization.SyntaxVisualizer.RenderToString(System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode},CilTools.Visualization.VisualizationOptions) + parent: CilTools.Visualization.SyntaxVisualizer + isExternal: true + name: RenderToString(IEnumerable, VisualizationOptions) + nameWithType: SyntaxVisualizer.RenderToString(IEnumerable, VisualizationOptions) + fullName: CilTools.Visualization.SyntaxVisualizer.RenderToString(System.Collections.Generic.IEnumerable, CilTools.Visualization.VisualizationOptions) + nameWithType.vb: SyntaxVisualizer.RenderToString(IEnumerable(Of SyntaxNode), VisualizationOptions) + fullName.vb: CilTools.Visualization.SyntaxVisualizer.RenderToString(System.Collections.Generic.IEnumerable(Of CilTools.Syntax.SyntaxNode), CilTools.Visualization.VisualizationOptions) + name.vb: RenderToString(IEnumerable(Of SyntaxNode), VisualizationOptions) + spec.csharp: + - uid: CilTools.Visualization.SyntaxVisualizer.RenderToString(System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode},CilTools.Visualization.VisualizationOptions) + name: RenderToString + nameWithType: SyntaxVisualizer.RenderToString + fullName: CilTools.Visualization.SyntaxVisualizer.RenderToString + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: CilTools.Syntax.SyntaxNode + name: SyntaxNode + nameWithType: SyntaxNode + fullName: CilTools.Syntax.SyntaxNode + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: CilTools.Visualization.VisualizationOptions + name: VisualizationOptions + nameWithType: VisualizationOptions + fullName: CilTools.Visualization.VisualizationOptions + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: CilTools.Visualization.SyntaxVisualizer.RenderToString(System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode},CilTools.Visualization.VisualizationOptions) + name: RenderToString + nameWithType: SyntaxVisualizer.RenderToString + fullName: CilTools.Visualization.SyntaxVisualizer.RenderToString + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: CilTools.Syntax.SyntaxNode + name: SyntaxNode + nameWithType: SyntaxNode + fullName: CilTools.Syntax.SyntaxNode + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: CilTools.Visualization.VisualizationOptions + name: VisualizationOptions + nameWithType: VisualizationOptions + fullName: CilTools.Visualization.VisualizationOptions + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: CilTools.Visualization.SyntaxVisualizer.RenderToString(System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode}) + commentId: M:CilTools.Visualization.SyntaxVisualizer.RenderToString(System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode}) + parent: CilTools.Visualization.SyntaxVisualizer + isExternal: true + name: RenderToString(IEnumerable) + nameWithType: SyntaxVisualizer.RenderToString(IEnumerable) + fullName: CilTools.Visualization.SyntaxVisualizer.RenderToString(System.Collections.Generic.IEnumerable) + nameWithType.vb: SyntaxVisualizer.RenderToString(IEnumerable(Of SyntaxNode)) + fullName.vb: CilTools.Visualization.SyntaxVisualizer.RenderToString(System.Collections.Generic.IEnumerable(Of CilTools.Syntax.SyntaxNode)) + name.vb: RenderToString(IEnumerable(Of SyntaxNode)) + spec.csharp: + - uid: CilTools.Visualization.SyntaxVisualizer.RenderToString(System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode}) + name: RenderToString + nameWithType: SyntaxVisualizer.RenderToString + fullName: CilTools.Visualization.SyntaxVisualizer.RenderToString + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: CilTools.Syntax.SyntaxNode + name: SyntaxNode + nameWithType: SyntaxNode + fullName: CilTools.Syntax.SyntaxNode + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: CilTools.Visualization.SyntaxVisualizer.RenderToString(System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode}) + name: RenderToString + nameWithType: SyntaxVisualizer.RenderToString + fullName: CilTools.Visualization.SyntaxVisualizer.RenderToString + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: CilTools.Syntax.SyntaxNode + name: SyntaxNode + nameWithType: SyntaxNode + fullName: CilTools.Syntax.SyntaxNode + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: CilTools.Visualization.SyntaxVisualizer.Create(CilTools.Visualization.OutputFormat) + commentId: M:CilTools.Visualization.SyntaxVisualizer.Create(CilTools.Visualization.OutputFormat) + parent: CilTools.Visualization.SyntaxVisualizer + isExternal: true + name: Create(OutputFormat) + nameWithType: SyntaxVisualizer.Create(OutputFormat) + fullName: CilTools.Visualization.SyntaxVisualizer.Create(CilTools.Visualization.OutputFormat) + spec.csharp: + - uid: CilTools.Visualization.SyntaxVisualizer.Create(CilTools.Visualization.OutputFormat) + name: Create + nameWithType: SyntaxVisualizer.Create + fullName: CilTools.Visualization.SyntaxVisualizer.Create + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: CilTools.Visualization.OutputFormat + name: OutputFormat + nameWithType: OutputFormat + fullName: CilTools.Visualization.OutputFormat + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: CilTools.Visualization.SyntaxVisualizer.Create(CilTools.Visualization.OutputFormat) + name: Create + nameWithType: SyntaxVisualizer.Create + fullName: CilTools.Visualization.SyntaxVisualizer.Create + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: CilTools.Visualization.OutputFormat + name: OutputFormat + nameWithType: OutputFormat + fullName: CilTools.Visualization.OutputFormat + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + name: ToString() + nameWithType: Object.ToString() + fullName: System.Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + nameWithType: Object.ToString + fullName: System.Object.ToString + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + nameWithType: Object.ToString + fullName: System.Object.ToString + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + name: Equals(Object) + nameWithType: Object.Equals(Object) + fullName: System.Object.Equals(System.Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + nameWithType: Object.Equals + fullName: System.Object.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + nameWithType: Object.Equals + fullName: System.Object.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + name: Equals(Object, Object) + nameWithType: Object.Equals(Object, Object) + fullName: System.Object.Equals(System.Object, System.Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + nameWithType: Object.Equals + fullName: System.Object.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + nameWithType: Object.Equals + fullName: System.Object.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + name: ReferenceEquals(Object, Object) + nameWithType: Object.ReferenceEquals(Object, Object) + fullName: System.Object.ReferenceEquals(System.Object, System.Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + nameWithType: Object.ReferenceEquals + fullName: System.Object.ReferenceEquals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + nameWithType: Object.ReferenceEquals + fullName: System.Object.ReferenceEquals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + name: GetHashCode() + nameWithType: Object.GetHashCode() + fullName: System.Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + nameWithType: Object.GetHashCode + fullName: System.Object.GetHashCode + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + nameWithType: Object.GetHashCode + fullName: System.Object.GetHashCode + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + name: GetType() + nameWithType: Object.GetType() + fullName: System.Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + nameWithType: Object.GetType + fullName: System.Object.GetType + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + nameWithType: Object.GetType + fullName: System.Object.GetType + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + name: MemberwiseClone() + nameWithType: Object.MemberwiseClone() + fullName: System.Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + nameWithType: Object.MemberwiseClone + fullName: System.Object.MemberwiseClone + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + nameWithType: Object.MemberwiseClone + fullName: System.Object.MemberwiseClone + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System + commentId: N:System + isExternal: true + name: System + nameWithType: System + fullName: System +- uid: CilTools.Visualization.HtmlVisualizer.AddUrlProvider* + commentId: Overload:CilTools.Visualization.HtmlVisualizer.AddUrlProvider + isExternal: true + name: AddUrlProvider + nameWithType: HtmlVisualizer.AddUrlProvider + fullName: CilTools.Visualization.HtmlVisualizer.AddUrlProvider +- uid: CilTools.Visualization.UrlProviderBase + commentId: T:CilTools.Visualization.UrlProviderBase + parent: CilTools.Visualization + isExternal: true + name: UrlProviderBase + nameWithType: UrlProviderBase + fullName: CilTools.Visualization.UrlProviderBase +- uid: CilTools.Visualization.HtmlVisualizer.RemoveAllProviders* + commentId: Overload:CilTools.Visualization.HtmlVisualizer.RemoveAllProviders + isExternal: true + name: RemoveAllProviders + nameWithType: HtmlVisualizer.RemoveAllProviders + fullName: CilTools.Visualization.HtmlVisualizer.RemoveAllProviders +- uid: CilTools.Visualization.SyntaxVisualizer.RenderNode(CilTools.Syntax.SyntaxNode,CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + commentId: M:CilTools.Visualization.SyntaxVisualizer.RenderNode(CilTools.Syntax.SyntaxNode,CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + parent: CilTools.Visualization.SyntaxVisualizer + isExternal: true + name: RenderNode(SyntaxNode, VisualizationOptions, TextWriter) + nameWithType: SyntaxVisualizer.RenderNode(SyntaxNode, VisualizationOptions, TextWriter) + fullName: CilTools.Visualization.SyntaxVisualizer.RenderNode(CilTools.Syntax.SyntaxNode, CilTools.Visualization.VisualizationOptions, System.IO.TextWriter) + spec.csharp: + - uid: CilTools.Visualization.SyntaxVisualizer.RenderNode(CilTools.Syntax.SyntaxNode,CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + name: RenderNode + nameWithType: SyntaxVisualizer.RenderNode + fullName: CilTools.Visualization.SyntaxVisualizer.RenderNode + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: CilTools.Syntax.SyntaxNode + name: SyntaxNode + nameWithType: SyntaxNode + fullName: CilTools.Syntax.SyntaxNode + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: CilTools.Visualization.VisualizationOptions + name: VisualizationOptions + nameWithType: VisualizationOptions + fullName: CilTools.Visualization.VisualizationOptions + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.IO.TextWriter + name: TextWriter + nameWithType: TextWriter + fullName: System.IO.TextWriter + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: CilTools.Visualization.SyntaxVisualizer.RenderNode(CilTools.Syntax.SyntaxNode,CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + name: RenderNode + nameWithType: SyntaxVisualizer.RenderNode + fullName: CilTools.Visualization.SyntaxVisualizer.RenderNode + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: CilTools.Syntax.SyntaxNode + name: SyntaxNode + nameWithType: SyntaxNode + fullName: CilTools.Syntax.SyntaxNode + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: CilTools.Visualization.VisualizationOptions + name: VisualizationOptions + nameWithType: VisualizationOptions + fullName: CilTools.Visualization.VisualizationOptions + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.IO.TextWriter + name: TextWriter + nameWithType: TextWriter + fullName: System.IO.TextWriter + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: CilTools.Visualization.HtmlVisualizer.RenderNode* + commentId: Overload:CilTools.Visualization.HtmlVisualizer.RenderNode + isExternal: true + name: RenderNode + nameWithType: HtmlVisualizer.RenderNode + fullName: CilTools.Visualization.HtmlVisualizer.RenderNode +- uid: CilTools.Syntax.SyntaxNode + commentId: T:CilTools.Syntax.SyntaxNode + parent: CilTools.Syntax + isExternal: true + name: SyntaxNode + nameWithType: SyntaxNode + fullName: CilTools.Syntax.SyntaxNode +- uid: CilTools.Visualization.VisualizationOptions + commentId: T:CilTools.Visualization.VisualizationOptions + parent: CilTools.Visualization + isExternal: true + name: VisualizationOptions + nameWithType: VisualizationOptions + fullName: CilTools.Visualization.VisualizationOptions +- uid: System.IO.TextWriter + commentId: T:System.IO.TextWriter + parent: System.IO + isExternal: true + name: TextWriter + nameWithType: TextWriter + fullName: System.IO.TextWriter +- uid: CilTools.Syntax + commentId: N:CilTools.Syntax + isExternal: true + name: CilTools.Syntax + nameWithType: CilTools.Syntax + fullName: CilTools.Syntax +- uid: System.IO + commentId: N:System.IO + isExternal: true + name: System.IO + nameWithType: System.IO + fullName: System.IO +- uid: CilTools.Visualization.SyntaxVisualizer.RenderParagraph(System.String,System.IO.TextWriter) + commentId: M:CilTools.Visualization.SyntaxVisualizer.RenderParagraph(System.String,System.IO.TextWriter) + parent: CilTools.Visualization.SyntaxVisualizer + isExternal: true + name: RenderParagraph(String, TextWriter) + nameWithType: SyntaxVisualizer.RenderParagraph(String, TextWriter) + fullName: CilTools.Visualization.SyntaxVisualizer.RenderParagraph(System.String, System.IO.TextWriter) + spec.csharp: + - uid: CilTools.Visualization.SyntaxVisualizer.RenderParagraph(System.String,System.IO.TextWriter) + name: RenderParagraph + nameWithType: SyntaxVisualizer.RenderParagraph + fullName: CilTools.Visualization.SyntaxVisualizer.RenderParagraph + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.IO.TextWriter + name: TextWriter + nameWithType: TextWriter + fullName: System.IO.TextWriter + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: CilTools.Visualization.SyntaxVisualizer.RenderParagraph(System.String,System.IO.TextWriter) + name: RenderParagraph + nameWithType: SyntaxVisualizer.RenderParagraph + fullName: CilTools.Visualization.SyntaxVisualizer.RenderParagraph + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.IO.TextWriter + name: TextWriter + nameWithType: TextWriter + fullName: System.IO.TextWriter + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: CilTools.Visualization.HtmlVisualizer.RenderParagraph* + commentId: Overload:CilTools.Visualization.HtmlVisualizer.RenderParagraph + isExternal: true + name: RenderParagraph + nameWithType: HtmlVisualizer.RenderParagraph + fullName: CilTools.Visualization.HtmlVisualizer.RenderParagraph +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: CilTools.Visualization.SyntaxVisualizer.StartBlock(CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + commentId: M:CilTools.Visualization.SyntaxVisualizer.StartBlock(CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + parent: CilTools.Visualization.SyntaxVisualizer + isExternal: true + name: StartBlock(VisualizationOptions, TextWriter) + nameWithType: SyntaxVisualizer.StartBlock(VisualizationOptions, TextWriter) + fullName: CilTools.Visualization.SyntaxVisualizer.StartBlock(CilTools.Visualization.VisualizationOptions, System.IO.TextWriter) + spec.csharp: + - uid: CilTools.Visualization.SyntaxVisualizer.StartBlock(CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + name: StartBlock + nameWithType: SyntaxVisualizer.StartBlock + fullName: CilTools.Visualization.SyntaxVisualizer.StartBlock + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: CilTools.Visualization.VisualizationOptions + name: VisualizationOptions + nameWithType: VisualizationOptions + fullName: CilTools.Visualization.VisualizationOptions + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.IO.TextWriter + name: TextWriter + nameWithType: TextWriter + fullName: System.IO.TextWriter + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: CilTools.Visualization.SyntaxVisualizer.StartBlock(CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + name: StartBlock + nameWithType: SyntaxVisualizer.StartBlock + fullName: CilTools.Visualization.SyntaxVisualizer.StartBlock + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: CilTools.Visualization.VisualizationOptions + name: VisualizationOptions + nameWithType: VisualizationOptions + fullName: CilTools.Visualization.VisualizationOptions + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.IO.TextWriter + name: TextWriter + nameWithType: TextWriter + fullName: System.IO.TextWriter + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: CilTools.Visualization.HtmlVisualizer.StartBlock* + commentId: Overload:CilTools.Visualization.HtmlVisualizer.StartBlock + isExternal: true + name: StartBlock + nameWithType: HtmlVisualizer.StartBlock + fullName: CilTools.Visualization.HtmlVisualizer.StartBlock +- uid: CilTools.Visualization.SyntaxVisualizer.EndBlock(CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + commentId: M:CilTools.Visualization.SyntaxVisualizer.EndBlock(CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + parent: CilTools.Visualization.SyntaxVisualizer + isExternal: true + name: EndBlock(VisualizationOptions, TextWriter) + nameWithType: SyntaxVisualizer.EndBlock(VisualizationOptions, TextWriter) + fullName: CilTools.Visualization.SyntaxVisualizer.EndBlock(CilTools.Visualization.VisualizationOptions, System.IO.TextWriter) + spec.csharp: + - uid: CilTools.Visualization.SyntaxVisualizer.EndBlock(CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + name: EndBlock + nameWithType: SyntaxVisualizer.EndBlock + fullName: CilTools.Visualization.SyntaxVisualizer.EndBlock + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: CilTools.Visualization.VisualizationOptions + name: VisualizationOptions + nameWithType: VisualizationOptions + fullName: CilTools.Visualization.VisualizationOptions + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.IO.TextWriter + name: TextWriter + nameWithType: TextWriter + fullName: System.IO.TextWriter + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: CilTools.Visualization.SyntaxVisualizer.EndBlock(CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + name: EndBlock + nameWithType: SyntaxVisualizer.EndBlock + fullName: CilTools.Visualization.SyntaxVisualizer.EndBlock + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: CilTools.Visualization.VisualizationOptions + name: VisualizationOptions + nameWithType: VisualizationOptions + fullName: CilTools.Visualization.VisualizationOptions + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.IO.TextWriter + name: TextWriter + nameWithType: TextWriter + fullName: System.IO.TextWriter + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: CilTools.Visualization.HtmlVisualizer.EndBlock* + commentId: Overload:CilTools.Visualization.HtmlVisualizer.EndBlock + isExternal: true + name: EndBlock + nameWithType: HtmlVisualizer.EndBlock + fullName: CilTools.Visualization.HtmlVisualizer.EndBlock +- uid: CilTools.Visualization.HtmlVisualizer.GetVisualStyles* + commentId: Overload:CilTools.Visualization.HtmlVisualizer.GetVisualStyles + isExternal: true + name: GetVisualStyles + nameWithType: HtmlVisualizer.GetVisualStyles + fullName: CilTools.Visualization.HtmlVisualizer.GetVisualStyles +- uid: CilTools.Visualization.HtmlVisualizer.#ctor* + commentId: Overload:CilTools.Visualization.HtmlVisualizer.#ctor + isExternal: true + name: HtmlVisualizer + nameWithType: HtmlVisualizer.HtmlVisualizer + fullName: CilTools.Visualization.HtmlVisualizer.HtmlVisualizer diff --git a/docfx_project/api/CilTools.Visualization.OutputFormat.yml b/docfx_project/api/CilTools.Visualization.OutputFormat.yml new file mode 100644 index 0000000..33ef92f --- /dev/null +++ b/docfx_project/api/CilTools.Visualization.OutputFormat.yml @@ -0,0 +1,131 @@ +### YamlMime:ManagedReference +items: +- uid: CilTools.Visualization.OutputFormat + commentId: T:CilTools.Visualization.OutputFormat + id: OutputFormat + parent: CilTools.Visualization + children: + - CilTools.Visualization.OutputFormat.ConsoleText + - CilTools.Visualization.OutputFormat.Html + - CilTools.Visualization.OutputFormat.Plaintext + langs: + - csharp + - vb + name: OutputFormat + nameWithType: OutputFormat + fullName: CilTools.Visualization.OutputFormat + type: Enum + source: + path: CilTools.Visualization + isExternal: true + assemblies: + - CilTools.Visualization + namespace: CilTools.Visualization + summary: "\nSpecifies visualization output format\n" + syntax: + content: public enum OutputFormat + content.vb: Public Enum OutputFormat + modifiers.csharp: + - public + - enum + modifiers.vb: + - Public + - Enum +- uid: CilTools.Visualization.OutputFormat.Html + commentId: F:CilTools.Visualization.OutputFormat.Html + id: Html + parent: CilTools.Visualization.OutputFormat + langs: + - csharp + - vb + name: Html + nameWithType: OutputFormat.Html + fullName: CilTools.Visualization.OutputFormat.Html + type: Field + source: + path: CilTools.Visualization + isExternal: true + assemblies: + - CilTools.Visualization + namespace: CilTools.Visualization + summary: "\nHypertext Markup Language (HTML) format\n" + syntax: + content: Html = 1 + return: + type: CilTools.Visualization.OutputFormat + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +- uid: CilTools.Visualization.OutputFormat.Plaintext + commentId: F:CilTools.Visualization.OutputFormat.Plaintext + id: Plaintext + parent: CilTools.Visualization.OutputFormat + langs: + - csharp + - vb + name: Plaintext + nameWithType: OutputFormat.Plaintext + fullName: CilTools.Visualization.OutputFormat.Plaintext + type: Field + source: + path: CilTools.Visualization + isExternal: true + assemblies: + - CilTools.Visualization + namespace: CilTools.Visualization + summary: "\nPlain text format\n" + syntax: + content: Plaintext = 2 + return: + type: CilTools.Visualization.OutputFormat + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +- uid: CilTools.Visualization.OutputFormat.ConsoleText + commentId: F:CilTools.Visualization.OutputFormat.ConsoleText + id: ConsoleText + parent: CilTools.Visualization.OutputFormat + langs: + - csharp + - vb + name: ConsoleText + nameWithType: OutputFormat.ConsoleText + fullName: CilTools.Visualization.OutputFormat.ConsoleText + type: Field + source: + path: CilTools.Visualization + isExternal: true + assemblies: + - CilTools.Visualization + namespace: CilTools.Visualization + summary: "\nText printed into console (with colors)\n" + syntax: + content: ConsoleText = 3 + return: + type: CilTools.Visualization.OutputFormat + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const +references: +- uid: CilTools.Visualization + commentId: N:CilTools.Visualization + isExternal: true + name: CilTools.Visualization + nameWithType: CilTools.Visualization + fullName: CilTools.Visualization +- uid: CilTools.Visualization.OutputFormat + commentId: T:CilTools.Visualization.OutputFormat + parent: CilTools.Visualization + isExternal: true + name: OutputFormat + nameWithType: OutputFormat + fullName: CilTools.Visualization.OutputFormat diff --git a/docfx_project/api/CilTools.Visualization.SyntaxVisualizer.yml b/docfx_project/api/CilTools.Visualization.SyntaxVisualizer.yml new file mode 100644 index 0000000..1696035 --- /dev/null +++ b/docfx_project/api/CilTools.Visualization.SyntaxVisualizer.yml @@ -0,0 +1,854 @@ +### YamlMime:ManagedReference +items: +- uid: CilTools.Visualization.SyntaxVisualizer + commentId: T:CilTools.Visualization.SyntaxVisualizer + id: SyntaxVisualizer + parent: CilTools.Visualization + children: + - CilTools.Visualization.SyntaxVisualizer.#ctor + - CilTools.Visualization.SyntaxVisualizer.Create(CilTools.Visualization.OutputFormat) + - CilTools.Visualization.SyntaxVisualizer.EndBlock(CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + - CilTools.Visualization.SyntaxVisualizer.RenderNode(CilTools.Syntax.SyntaxNode,CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + - CilTools.Visualization.SyntaxVisualizer.RenderNodes(System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode},CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + - CilTools.Visualization.SyntaxVisualizer.RenderParagraph(System.String,System.IO.TextWriter) + - CilTools.Visualization.SyntaxVisualizer.RenderToString(System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode}) + - CilTools.Visualization.SyntaxVisualizer.RenderToString(System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode},CilTools.Visualization.VisualizationOptions) + - CilTools.Visualization.SyntaxVisualizer.StartBlock(CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + langs: + - csharp + - vb + name: SyntaxVisualizer + nameWithType: SyntaxVisualizer + fullName: CilTools.Visualization.SyntaxVisualizer + type: Class + source: + path: CilTools.Visualization + isExternal: true + assemblies: + - CilTools.Visualization + namespace: CilTools.Visualization + summary: "\nProvides a base class for classes that visualize syntax nodes and output results using a \n" + syntax: + content: public abstract class SyntaxVisualizer + content.vb: Public MustInherit Class SyntaxVisualizer + inheritance: + - System.Object + derivedClasses: + - CilTools.Visualization.HtmlVisualizer + inheritedMembers: + - System.Object.ToString + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone + modifiers.csharp: + - public + - abstract + - class + modifiers.vb: + - Public + - MustInherit + - Class +- uid: CilTools.Visualization.SyntaxVisualizer.RenderNode(CilTools.Syntax.SyntaxNode,CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + commentId: M:CilTools.Visualization.SyntaxVisualizer.RenderNode(CilTools.Syntax.SyntaxNode,CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + id: RenderNode(CilTools.Syntax.SyntaxNode,CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + parent: CilTools.Visualization.SyntaxVisualizer + langs: + - csharp + - vb + name: RenderNode(SyntaxNode, VisualizationOptions, TextWriter) + nameWithType: SyntaxVisualizer.RenderNode(SyntaxNode, VisualizationOptions, TextWriter) + fullName: CilTools.Visualization.SyntaxVisualizer.RenderNode(CilTools.Syntax.SyntaxNode, CilTools.Visualization.VisualizationOptions, System.IO.TextWriter) + type: Method + source: + path: CilTools.Visualization + isExternal: true + assemblies: + - CilTools.Visualization + namespace: CilTools.Visualization + summary: "\nVisualizes the specified and writes results into the TextWriter\n" + syntax: + content: public abstract void RenderNode(SyntaxNode node, VisualizationOptions options, TextWriter target) + parameters: + - id: node + type: CilTools.Syntax.SyntaxNode + - id: options + type: CilTools.Visualization.VisualizationOptions + - id: target + type: System.IO.TextWriter + content.vb: Public MustOverride Sub RenderNode(node As SyntaxNode, options As VisualizationOptions, target As TextWriter) + overload: CilTools.Visualization.SyntaxVisualizer.RenderNode* + modifiers.csharp: + - public + - abstract + modifiers.vb: + - Public + - MustOverride +- uid: CilTools.Visualization.SyntaxVisualizer.RenderParagraph(System.String,System.IO.TextWriter) + commentId: M:CilTools.Visualization.SyntaxVisualizer.RenderParagraph(System.String,System.IO.TextWriter) + id: RenderParagraph(System.String,System.IO.TextWriter) + parent: CilTools.Visualization.SyntaxVisualizer + langs: + - csharp + - vb + name: RenderParagraph(String, TextWriter) + nameWithType: SyntaxVisualizer.RenderParagraph(String, TextWriter) + fullName: CilTools.Visualization.SyntaxVisualizer.RenderParagraph(System.String, System.IO.TextWriter) + type: Method + source: + path: CilTools.Visualization + isExternal: true + assemblies: + - CilTools.Visualization + namespace: CilTools.Visualization + summary: "\nVisualizes a paragraph with the specified text and writes results into the TextWriter\n" + syntax: + content: public abstract void RenderParagraph(string content, TextWriter target) + parameters: + - id: content + type: System.String + - id: target + type: System.IO.TextWriter + content.vb: Public MustOverride Sub RenderParagraph(content As String, target As TextWriter) + overload: CilTools.Visualization.SyntaxVisualizer.RenderParagraph* + modifiers.csharp: + - public + - abstract + modifiers.vb: + - Public + - MustOverride +- uid: CilTools.Visualization.SyntaxVisualizer.StartBlock(CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + commentId: M:CilTools.Visualization.SyntaxVisualizer.StartBlock(CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + id: StartBlock(CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + parent: CilTools.Visualization.SyntaxVisualizer + langs: + - csharp + - vb + name: StartBlock(VisualizationOptions, TextWriter) + nameWithType: SyntaxVisualizer.StartBlock(VisualizationOptions, TextWriter) + fullName: CilTools.Visualization.SyntaxVisualizer.StartBlock(CilTools.Visualization.VisualizationOptions, System.IO.TextWriter) + type: Method + source: + path: CilTools.Visualization + isExternal: true + assemblies: + - CilTools.Visualization + namespace: CilTools.Visualization + summary: "\nWrites content that marks the beginning of the visualized code block to the TextWriter\n" + syntax: + content: protected abstract void StartBlock(VisualizationOptions options, TextWriter target) + parameters: + - id: options + type: CilTools.Visualization.VisualizationOptions + - id: target + type: System.IO.TextWriter + content.vb: Protected MustOverride Sub StartBlock(options As VisualizationOptions, target As TextWriter) + overload: CilTools.Visualization.SyntaxVisualizer.StartBlock* + modifiers.csharp: + - protected + - abstract + modifiers.vb: + - Protected + - MustOverride +- uid: CilTools.Visualization.SyntaxVisualizer.EndBlock(CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + commentId: M:CilTools.Visualization.SyntaxVisualizer.EndBlock(CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + id: EndBlock(CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + parent: CilTools.Visualization.SyntaxVisualizer + langs: + - csharp + - vb + name: EndBlock(VisualizationOptions, TextWriter) + nameWithType: SyntaxVisualizer.EndBlock(VisualizationOptions, TextWriter) + fullName: CilTools.Visualization.SyntaxVisualizer.EndBlock(CilTools.Visualization.VisualizationOptions, System.IO.TextWriter) + type: Method + source: + path: CilTools.Visualization + isExternal: true + assemblies: + - CilTools.Visualization + namespace: CilTools.Visualization + summary: "\nWrites content that marks the end of the visualized code block to the TextWriter\n" + syntax: + content: protected abstract void EndBlock(VisualizationOptions options, TextWriter target) + parameters: + - id: options + type: CilTools.Visualization.VisualizationOptions + - id: target + type: System.IO.TextWriter + content.vb: Protected MustOverride Sub EndBlock(options As VisualizationOptions, target As TextWriter) + overload: CilTools.Visualization.SyntaxVisualizer.EndBlock* + modifiers.csharp: + - protected + - abstract + modifiers.vb: + - Protected + - MustOverride +- uid: CilTools.Visualization.SyntaxVisualizer.RenderNodes(System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode},CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + commentId: M:CilTools.Visualization.SyntaxVisualizer.RenderNodes(System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode},CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + id: RenderNodes(System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode},CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + parent: CilTools.Visualization.SyntaxVisualizer + langs: + - csharp + - vb + name: RenderNodes(IEnumerable, VisualizationOptions, TextWriter) + nameWithType: SyntaxVisualizer.RenderNodes(IEnumerable, VisualizationOptions, TextWriter) + fullName: CilTools.Visualization.SyntaxVisualizer.RenderNodes(System.Collections.Generic.IEnumerable, CilTools.Visualization.VisualizationOptions, System.IO.TextWriter) + type: Method + source: + path: CilTools.Visualization + isExternal: true + assemblies: + - CilTools.Visualization + namespace: CilTools.Visualization + summary: "\nVisualizes the specified collection of syntax nodes and writes results into the TextWriter\n" + syntax: + content: public void RenderNodes(IEnumerable nodes, VisualizationOptions options, TextWriter target) + parameters: + - id: nodes + type: System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode} + description: Collection of nodes to visualize + - id: options + type: CilTools.Visualization.VisualizationOptions + description: Options that control visualization output + - id: target + type: System.IO.TextWriter + description: TextWriter where to write output + content.vb: Public Sub RenderNodes(nodes As IEnumerable(Of SyntaxNode), options As VisualizationOptions, target As TextWriter) + overload: CilTools.Visualization.SyntaxVisualizer.RenderNodes* + exceptions: + - type: System.ArgumentNullException + commentId: T:System.ArgumentNullException + description: target is null + nameWithType.vb: SyntaxVisualizer.RenderNodes(IEnumerable(Of SyntaxNode), VisualizationOptions, TextWriter) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: CilTools.Visualization.SyntaxVisualizer.RenderNodes(System.Collections.Generic.IEnumerable(Of CilTools.Syntax.SyntaxNode), CilTools.Visualization.VisualizationOptions, System.IO.TextWriter) + name.vb: RenderNodes(IEnumerable(Of SyntaxNode), VisualizationOptions, TextWriter) +- uid: CilTools.Visualization.SyntaxVisualizer.RenderToString(System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode},CilTools.Visualization.VisualizationOptions) + commentId: M:CilTools.Visualization.SyntaxVisualizer.RenderToString(System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode},CilTools.Visualization.VisualizationOptions) + id: RenderToString(System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode},CilTools.Visualization.VisualizationOptions) + parent: CilTools.Visualization.SyntaxVisualizer + langs: + - csharp + - vb + name: RenderToString(IEnumerable, VisualizationOptions) + nameWithType: SyntaxVisualizer.RenderToString(IEnumerable, VisualizationOptions) + fullName: CilTools.Visualization.SyntaxVisualizer.RenderToString(System.Collections.Generic.IEnumerable, CilTools.Visualization.VisualizationOptions) + type: Method + source: + path: CilTools.Visualization + isExternal: true + assemblies: + - CilTools.Visualization + namespace: CilTools.Visualization + summary: "\nVisualizes the specified collection of syntax nodes and returns the resulting string\n" + syntax: + content: public string RenderToString(IEnumerable nodes, VisualizationOptions options) + parameters: + - id: nodes + type: System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode} + description: Collection of nodes to visualize + - id: options + type: CilTools.Visualization.VisualizationOptions + description: Options that control visualization output + return: + type: System.String + content.vb: Public Function RenderToString(nodes As IEnumerable(Of SyntaxNode), options As VisualizationOptions) As String + overload: CilTools.Visualization.SyntaxVisualizer.RenderToString* + nameWithType.vb: SyntaxVisualizer.RenderToString(IEnumerable(Of SyntaxNode), VisualizationOptions) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: CilTools.Visualization.SyntaxVisualizer.RenderToString(System.Collections.Generic.IEnumerable(Of CilTools.Syntax.SyntaxNode), CilTools.Visualization.VisualizationOptions) + name.vb: RenderToString(IEnumerable(Of SyntaxNode), VisualizationOptions) +- uid: CilTools.Visualization.SyntaxVisualizer.RenderToString(System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode}) + commentId: M:CilTools.Visualization.SyntaxVisualizer.RenderToString(System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode}) + id: RenderToString(System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode}) + parent: CilTools.Visualization.SyntaxVisualizer + langs: + - csharp + - vb + name: RenderToString(IEnumerable) + nameWithType: SyntaxVisualizer.RenderToString(IEnumerable) + fullName: CilTools.Visualization.SyntaxVisualizer.RenderToString(System.Collections.Generic.IEnumerable) + type: Method + source: + path: CilTools.Visualization + isExternal: true + assemblies: + - CilTools.Visualization + namespace: CilTools.Visualization + summary: "\nVisualizes the specified collection of syntax nodes using default visualization options and returns the \nresulting string\n" + syntax: + content: public string RenderToString(IEnumerable nodes) + parameters: + - id: nodes + type: System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode} + description: Collection of nodes to visualize + return: + type: System.String + content.vb: Public Function RenderToString(nodes As IEnumerable(Of SyntaxNode)) As String + overload: CilTools.Visualization.SyntaxVisualizer.RenderToString* + nameWithType.vb: SyntaxVisualizer.RenderToString(IEnumerable(Of SyntaxNode)) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: CilTools.Visualization.SyntaxVisualizer.RenderToString(System.Collections.Generic.IEnumerable(Of CilTools.Syntax.SyntaxNode)) + name.vb: RenderToString(IEnumerable(Of SyntaxNode)) +- uid: CilTools.Visualization.SyntaxVisualizer.Create(CilTools.Visualization.OutputFormat) + commentId: M:CilTools.Visualization.SyntaxVisualizer.Create(CilTools.Visualization.OutputFormat) + id: Create(CilTools.Visualization.OutputFormat) + parent: CilTools.Visualization.SyntaxVisualizer + langs: + - csharp + - vb + name: Create(OutputFormat) + nameWithType: SyntaxVisualizer.Create(OutputFormat) + fullName: CilTools.Visualization.SyntaxVisualizer.Create(CilTools.Visualization.OutputFormat) + type: Method + source: + path: CilTools.Visualization + isExternal: true + assemblies: + - CilTools.Visualization + namespace: CilTools.Visualization + summary: "\nCreates a new instance of the visualizer for the specified output format\n" + syntax: + content: public static SyntaxVisualizer Create(OutputFormat fmt) + parameters: + - id: fmt + type: CilTools.Visualization.OutputFormat + return: + type: CilTools.Visualization.SyntaxVisualizer + content.vb: Public Shared Function Create(fmt As OutputFormat) As SyntaxVisualizer + overload: CilTools.Visualization.SyntaxVisualizer.Create* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared +- uid: CilTools.Visualization.SyntaxVisualizer.#ctor + commentId: M:CilTools.Visualization.SyntaxVisualizer.#ctor + id: '#ctor' + parent: CilTools.Visualization.SyntaxVisualizer + langs: + - csharp + - vb + name: SyntaxVisualizer() + nameWithType: SyntaxVisualizer.SyntaxVisualizer() + fullName: CilTools.Visualization.SyntaxVisualizer.SyntaxVisualizer() + type: Constructor + source: + path: CilTools.Visualization + isExternal: true + assemblies: + - CilTools.Visualization + namespace: CilTools.Visualization + syntax: + content: protected SyntaxVisualizer() + content.vb: Protected Sub New + overload: CilTools.Visualization.SyntaxVisualizer.#ctor* + modifiers.csharp: + - protected + modifiers.vb: + - Protected +references: +- uid: CilTools.Visualization + commentId: N:CilTools.Visualization + isExternal: true + name: CilTools.Visualization + nameWithType: CilTools.Visualization + fullName: CilTools.Visualization +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + name: ToString() + nameWithType: Object.ToString() + fullName: System.Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + nameWithType: Object.ToString + fullName: System.Object.ToString + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + nameWithType: Object.ToString + fullName: System.Object.ToString + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + name: Equals(Object) + nameWithType: Object.Equals(Object) + fullName: System.Object.Equals(System.Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + nameWithType: Object.Equals + fullName: System.Object.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + nameWithType: Object.Equals + fullName: System.Object.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + name: Equals(Object, Object) + nameWithType: Object.Equals(Object, Object) + fullName: System.Object.Equals(System.Object, System.Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + nameWithType: Object.Equals + fullName: System.Object.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + nameWithType: Object.Equals + fullName: System.Object.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + name: ReferenceEquals(Object, Object) + nameWithType: Object.ReferenceEquals(Object, Object) + fullName: System.Object.ReferenceEquals(System.Object, System.Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + nameWithType: Object.ReferenceEquals + fullName: System.Object.ReferenceEquals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + nameWithType: Object.ReferenceEquals + fullName: System.Object.ReferenceEquals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + name: GetHashCode() + nameWithType: Object.GetHashCode() + fullName: System.Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + nameWithType: Object.GetHashCode + fullName: System.Object.GetHashCode + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + nameWithType: Object.GetHashCode + fullName: System.Object.GetHashCode + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + name: GetType() + nameWithType: Object.GetType() + fullName: System.Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + nameWithType: Object.GetType + fullName: System.Object.GetType + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + nameWithType: Object.GetType + fullName: System.Object.GetType + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + name: MemberwiseClone() + nameWithType: Object.MemberwiseClone() + fullName: System.Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + nameWithType: Object.MemberwiseClone + fullName: System.Object.MemberwiseClone + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + nameWithType: Object.MemberwiseClone + fullName: System.Object.MemberwiseClone + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System + commentId: N:System + isExternal: true + name: System + nameWithType: System + fullName: System +- uid: CilTools.Visualization.SyntaxVisualizer.RenderNode* + commentId: Overload:CilTools.Visualization.SyntaxVisualizer.RenderNode + isExternal: true + name: RenderNode + nameWithType: SyntaxVisualizer.RenderNode + fullName: CilTools.Visualization.SyntaxVisualizer.RenderNode +- uid: CilTools.Syntax.SyntaxNode + commentId: T:CilTools.Syntax.SyntaxNode + parent: CilTools.Syntax + isExternal: true + name: SyntaxNode + nameWithType: SyntaxNode + fullName: CilTools.Syntax.SyntaxNode +- uid: CilTools.Visualization.VisualizationOptions + commentId: T:CilTools.Visualization.VisualizationOptions + parent: CilTools.Visualization + isExternal: true + name: VisualizationOptions + nameWithType: VisualizationOptions + fullName: CilTools.Visualization.VisualizationOptions +- uid: System.IO.TextWriter + commentId: T:System.IO.TextWriter + parent: System.IO + isExternal: true + name: TextWriter + nameWithType: TextWriter + fullName: System.IO.TextWriter +- uid: CilTools.Syntax + commentId: N:CilTools.Syntax + isExternal: true + name: CilTools.Syntax + nameWithType: CilTools.Syntax + fullName: CilTools.Syntax +- uid: System.IO + commentId: N:System.IO + isExternal: true + name: System.IO + nameWithType: System.IO + fullName: System.IO +- uid: CilTools.Visualization.SyntaxVisualizer.RenderParagraph* + commentId: Overload:CilTools.Visualization.SyntaxVisualizer.RenderParagraph + isExternal: true + name: RenderParagraph + nameWithType: SyntaxVisualizer.RenderParagraph + fullName: CilTools.Visualization.SyntaxVisualizer.RenderParagraph +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: CilTools.Visualization.SyntaxVisualizer.StartBlock* + commentId: Overload:CilTools.Visualization.SyntaxVisualizer.StartBlock + isExternal: true + name: StartBlock + nameWithType: SyntaxVisualizer.StartBlock + fullName: CilTools.Visualization.SyntaxVisualizer.StartBlock +- uid: CilTools.Visualization.SyntaxVisualizer.EndBlock* + commentId: Overload:CilTools.Visualization.SyntaxVisualizer.EndBlock + isExternal: true + name: EndBlock + nameWithType: SyntaxVisualizer.EndBlock + fullName: CilTools.Visualization.SyntaxVisualizer.EndBlock +- uid: CilTools.Visualization.SyntaxVisualizer.RenderNodes* + commentId: Overload:CilTools.Visualization.SyntaxVisualizer.RenderNodes + isExternal: true + name: RenderNodes + nameWithType: SyntaxVisualizer.RenderNodes + fullName: CilTools.Visualization.SyntaxVisualizer.RenderNodes +- uid: System.ArgumentNullException + commentId: T:System.ArgumentNullException + isExternal: true +- uid: System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode} + commentId: T:System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode} + parent: System.Collections.Generic + definition: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + nameWithType.vb: IEnumerable(Of SyntaxNode) + fullName.vb: System.Collections.Generic.IEnumerable(Of CilTools.Syntax.SyntaxNode) + name.vb: IEnumerable(Of SyntaxNode) + spec.csharp: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: CilTools.Syntax.SyntaxNode + name: SyntaxNode + nameWithType: SyntaxNode + fullName: CilTools.Syntax.SyntaxNode + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: CilTools.Syntax.SyntaxNode + name: SyntaxNode + nameWithType: SyntaxNode + fullName: CilTools.Syntax.SyntaxNode + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.IEnumerable`1 + commentId: T:System.Collections.Generic.IEnumerable`1 + isExternal: true + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + nameWithType.vb: IEnumerable(Of T) + fullName.vb: System.Collections.Generic.IEnumerable(Of T) + name.vb: IEnumerable(Of T) + spec.csharp: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic + commentId: N:System.Collections.Generic + isExternal: true + name: System.Collections.Generic + nameWithType: System.Collections.Generic + fullName: System.Collections.Generic +- uid: CilTools.Visualization.SyntaxVisualizer.RenderToString* + commentId: Overload:CilTools.Visualization.SyntaxVisualizer.RenderToString + isExternal: true + name: RenderToString + nameWithType: SyntaxVisualizer.RenderToString + fullName: CilTools.Visualization.SyntaxVisualizer.RenderToString +- uid: CilTools.Visualization.SyntaxVisualizer.Create* + commentId: Overload:CilTools.Visualization.SyntaxVisualizer.Create + isExternal: true + name: Create + nameWithType: SyntaxVisualizer.Create + fullName: CilTools.Visualization.SyntaxVisualizer.Create +- uid: CilTools.Visualization.OutputFormat + commentId: T:CilTools.Visualization.OutputFormat + parent: CilTools.Visualization + isExternal: true + name: OutputFormat + nameWithType: OutputFormat + fullName: CilTools.Visualization.OutputFormat +- uid: CilTools.Visualization.SyntaxVisualizer + commentId: T:CilTools.Visualization.SyntaxVisualizer + parent: CilTools.Visualization + isExternal: true + name: SyntaxVisualizer + nameWithType: SyntaxVisualizer + fullName: CilTools.Visualization.SyntaxVisualizer +- uid: CilTools.Visualization.SyntaxVisualizer.#ctor* + commentId: Overload:CilTools.Visualization.SyntaxVisualizer.#ctor + isExternal: true + name: SyntaxVisualizer + nameWithType: SyntaxVisualizer.SyntaxVisualizer + fullName: CilTools.Visualization.SyntaxVisualizer.SyntaxVisualizer diff --git a/docfx_project/api/CilTools.Visualization.UrlProviderBase.yml b/docfx_project/api/CilTools.Visualization.UrlProviderBase.yml new file mode 100644 index 0000000..c265f47 --- /dev/null +++ b/docfx_project/api/CilTools.Visualization.UrlProviderBase.yml @@ -0,0 +1,435 @@ +### YamlMime:ManagedReference +items: +- uid: CilTools.Visualization.UrlProviderBase + commentId: T:CilTools.Visualization.UrlProviderBase + id: UrlProviderBase + parent: CilTools.Visualization + children: + - CilTools.Visualization.UrlProviderBase.#ctor + - CilTools.Visualization.UrlProviderBase.GetMemberUrl(System.Reflection.MemberInfo) + langs: + - csharp + - vb + name: UrlProviderBase + nameWithType: UrlProviderBase + fullName: CilTools.Visualization.UrlProviderBase + type: Class + source: + path: CilTools.Visualization + isExternal: true + assemblies: + - CilTools.Visualization + namespace: CilTools.Visualization + summary: "\nA base class for classes that return URL for a given member. Deriving from this class is useful for custom \nnavigation systems.\n" + syntax: + content: public abstract class UrlProviderBase + content.vb: Public MustInherit Class UrlProviderBase + inheritance: + - System.Object + inheritedMembers: + - System.Object.ToString + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone + modifiers.csharp: + - public + - abstract + - class + modifiers.vb: + - Public + - MustInherit + - Class +- uid: CilTools.Visualization.UrlProviderBase.GetMemberUrl(System.Reflection.MemberInfo) + commentId: M:CilTools.Visualization.UrlProviderBase.GetMemberUrl(System.Reflection.MemberInfo) + id: GetMemberUrl(System.Reflection.MemberInfo) + parent: CilTools.Visualization.UrlProviderBase + langs: + - csharp + - vb + name: GetMemberUrl(MemberInfo) + nameWithType: UrlProviderBase.GetMemberUrl(MemberInfo) + fullName: CilTools.Visualization.UrlProviderBase.GetMemberUrl(System.Reflection.MemberInfo) + type: Method + source: + path: CilTools.Visualization + isExternal: true + assemblies: + - CilTools.Visualization + namespace: CilTools.Visualization + summary: "\nGets the URL of the specified member\n" + syntax: + content: public abstract string GetMemberUrl(MemberInfo member) + parameters: + - id: member + type: System.Reflection.MemberInfo + description: Member to get URL + return: + type: System.String + description: "\nString containing requested URL, or an empty string if this provider can't return URL for this member\n" + content.vb: Public MustOverride Function GetMemberUrl(member As MemberInfo) As String + overload: CilTools.Visualization.UrlProviderBase.GetMemberUrl* + modifiers.csharp: + - public + - abstract + modifiers.vb: + - Public + - MustOverride +- uid: CilTools.Visualization.UrlProviderBase.#ctor + commentId: M:CilTools.Visualization.UrlProviderBase.#ctor + id: '#ctor' + parent: CilTools.Visualization.UrlProviderBase + langs: + - csharp + - vb + name: UrlProviderBase() + nameWithType: UrlProviderBase.UrlProviderBase() + fullName: CilTools.Visualization.UrlProviderBase.UrlProviderBase() + type: Constructor + source: + path: CilTools.Visualization + isExternal: true + assemblies: + - CilTools.Visualization + namespace: CilTools.Visualization + syntax: + content: protected UrlProviderBase() + content.vb: Protected Sub New + overload: CilTools.Visualization.UrlProviderBase.#ctor* + modifiers.csharp: + - protected + modifiers.vb: + - Protected +references: +- uid: CilTools.Visualization + commentId: N:CilTools.Visualization + isExternal: true + name: CilTools.Visualization + nameWithType: CilTools.Visualization + fullName: CilTools.Visualization +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + name: ToString() + nameWithType: Object.ToString() + fullName: System.Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + nameWithType: Object.ToString + fullName: System.Object.ToString + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + nameWithType: Object.ToString + fullName: System.Object.ToString + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + name: Equals(Object) + nameWithType: Object.Equals(Object) + fullName: System.Object.Equals(System.Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + nameWithType: Object.Equals + fullName: System.Object.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + nameWithType: Object.Equals + fullName: System.Object.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + name: Equals(Object, Object) + nameWithType: Object.Equals(Object, Object) + fullName: System.Object.Equals(System.Object, System.Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + nameWithType: Object.Equals + fullName: System.Object.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + nameWithType: Object.Equals + fullName: System.Object.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + name: ReferenceEquals(Object, Object) + nameWithType: Object.ReferenceEquals(Object, Object) + fullName: System.Object.ReferenceEquals(System.Object, System.Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + nameWithType: Object.ReferenceEquals + fullName: System.Object.ReferenceEquals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + nameWithType: Object.ReferenceEquals + fullName: System.Object.ReferenceEquals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + name: GetHashCode() + nameWithType: Object.GetHashCode() + fullName: System.Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + nameWithType: Object.GetHashCode + fullName: System.Object.GetHashCode + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + nameWithType: Object.GetHashCode + fullName: System.Object.GetHashCode + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + name: GetType() + nameWithType: Object.GetType() + fullName: System.Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + nameWithType: Object.GetType + fullName: System.Object.GetType + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + nameWithType: Object.GetType + fullName: System.Object.GetType + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + name: MemberwiseClone() + nameWithType: Object.MemberwiseClone() + fullName: System.Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + nameWithType: Object.MemberwiseClone + fullName: System.Object.MemberwiseClone + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + nameWithType: Object.MemberwiseClone + fullName: System.Object.MemberwiseClone + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System + commentId: N:System + isExternal: true + name: System + nameWithType: System + fullName: System +- uid: CilTools.Visualization.UrlProviderBase.GetMemberUrl* + commentId: Overload:CilTools.Visualization.UrlProviderBase.GetMemberUrl + isExternal: true + name: GetMemberUrl + nameWithType: UrlProviderBase.GetMemberUrl + fullName: CilTools.Visualization.UrlProviderBase.GetMemberUrl +- uid: System.Reflection.MemberInfo + commentId: T:System.Reflection.MemberInfo + parent: System.Reflection + isExternal: true + name: MemberInfo + nameWithType: MemberInfo + fullName: System.Reflection.MemberInfo +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: System.Reflection + commentId: N:System.Reflection + isExternal: true + name: System.Reflection + nameWithType: System.Reflection + fullName: System.Reflection +- uid: CilTools.Visualization.UrlProviderBase.#ctor* + commentId: Overload:CilTools.Visualization.UrlProviderBase.#ctor + isExternal: true + name: UrlProviderBase + nameWithType: UrlProviderBase.UrlProviderBase + fullName: CilTools.Visualization.UrlProviderBase.UrlProviderBase diff --git a/docfx_project/api/CilTools.Visualization.VisualizationOptions.yml b/docfx_project/api/CilTools.Visualization.VisualizationOptions.yml new file mode 100644 index 0000000..8459479 --- /dev/null +++ b/docfx_project/api/CilTools.Visualization.VisualizationOptions.yml @@ -0,0 +1,625 @@ +### YamlMime:ManagedReference +items: +- uid: CilTools.Visualization.VisualizationOptions + commentId: T:CilTools.Visualization.VisualizationOptions + id: VisualizationOptions + parent: CilTools.Visualization + children: + - CilTools.Visualization.VisualizationOptions.#ctor + - CilTools.Visualization.VisualizationOptions.EnableInstructionNavigation + - CilTools.Visualization.VisualizationOptions.EnableSyntaxHighlighting + - CilTools.Visualization.VisualizationOptions.GetOption(System.String) + - CilTools.Visualization.VisualizationOptions.HighlightingEndOffset + - CilTools.Visualization.VisualizationOptions.HighlightingStartOffset + - CilTools.Visualization.VisualizationOptions.SetOption(System.String,System.Object) + langs: + - csharp + - vb + name: VisualizationOptions + nameWithType: VisualizationOptions + fullName: CilTools.Visualization.VisualizationOptions + type: Class + source: + path: CilTools.Visualization + isExternal: true + assemblies: + - CilTools.Visualization + namespace: CilTools.Visualization + summary: "\nContains options that control the visualization process performed by \n" + syntax: + content: public class VisualizationOptions + content.vb: Public Class VisualizationOptions + inheritance: + - System.Object + inheritedMembers: + - System.Object.ToString + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone + modifiers.csharp: + - public + - class + modifiers.vb: + - Public + - Class +- uid: CilTools.Visualization.VisualizationOptions.#ctor + commentId: M:CilTools.Visualization.VisualizationOptions.#ctor + id: '#ctor' + parent: CilTools.Visualization.VisualizationOptions + langs: + - csharp + - vb + name: VisualizationOptions() + nameWithType: VisualizationOptions.VisualizationOptions() + fullName: CilTools.Visualization.VisualizationOptions.VisualizationOptions() + type: Constructor + source: + path: CilTools.Visualization + isExternal: true + assemblies: + - CilTools.Visualization + namespace: CilTools.Visualization + summary: "\nCreates a new instance of the visualization options with default option values\n" + syntax: + content: public VisualizationOptions() + content.vb: Public Sub New + overload: CilTools.Visualization.VisualizationOptions.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: CilTools.Visualization.VisualizationOptions.GetOption(System.String) + commentId: M:CilTools.Visualization.VisualizationOptions.GetOption(System.String) + id: GetOption(System.String) + parent: CilTools.Visualization.VisualizationOptions + langs: + - csharp + - vb + name: GetOption(String) + nameWithType: VisualizationOptions.GetOption(String) + fullName: CilTools.Visualization.VisualizationOptions.GetOption(System.String) + type: Method + source: + path: CilTools.Visualization + isExternal: true + assemblies: + - CilTools.Visualization + namespace: CilTools.Visualization + summary: "\nGets the value of the option with the specified name, or null if the option is not set.\n" + syntax: + content: public object GetOption(string name) + parameters: + - id: name + type: System.String + return: + type: System.Object + content.vb: Public Function GetOption(name As String) As Object + overload: CilTools.Visualization.VisualizationOptions.GetOption* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: CilTools.Visualization.VisualizationOptions.SetOption(System.String,System.Object) + commentId: M:CilTools.Visualization.VisualizationOptions.SetOption(System.String,System.Object) + id: SetOption(System.String,System.Object) + parent: CilTools.Visualization.VisualizationOptions + langs: + - csharp + - vb + name: SetOption(String, Object) + nameWithType: VisualizationOptions.SetOption(String, Object) + fullName: CilTools.Visualization.VisualizationOptions.SetOption(System.String, System.Object) + type: Method + source: + path: CilTools.Visualization + isExternal: true + assemblies: + - CilTools.Visualization + namespace: CilTools.Visualization + summary: "\nSets the value for the specified option\n" + syntax: + content: public void SetOption(string name, object val) + parameters: + - id: name + type: System.String + - id: val + type: System.Object + content.vb: Public Sub SetOption(name As String, val As Object) + overload: CilTools.Visualization.VisualizationOptions.SetOption* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: CilTools.Visualization.VisualizationOptions.HighlightingStartOffset + commentId: P:CilTools.Visualization.VisualizationOptions.HighlightingStartOffset + id: HighlightingStartOffset + parent: CilTools.Visualization.VisualizationOptions + langs: + - csharp + - vb + name: HighlightingStartOffset + nameWithType: VisualizationOptions.HighlightingStartOffset + fullName: CilTools.Visualization.VisualizationOptions.HighlightingStartOffset + type: Property + source: + path: CilTools.Visualization + isExternal: true + assemblies: + - CilTools.Visualization + namespace: CilTools.Visualization + summary: "\nGets or sets the offset of the first highlighted instruction, in bytes\n" + remarks: "\nIf the instruction highlighting is not used, should be set to -1. This property is only honoured by HTML \nvisualizer.The default value is -1.\n" + syntax: + content: public int HighlightingStartOffset { get; set; } + parameters: [] + return: + type: System.Int32 + content.vb: Public Property HighlightingStartOffset As Integer + overload: CilTools.Visualization.VisualizationOptions.HighlightingStartOffset* + modifiers.csharp: + - public + - get + - set + modifiers.vb: + - Public +- uid: CilTools.Visualization.VisualizationOptions.HighlightingEndOffset + commentId: P:CilTools.Visualization.VisualizationOptions.HighlightingEndOffset + id: HighlightingEndOffset + parent: CilTools.Visualization.VisualizationOptions + langs: + - csharp + - vb + name: HighlightingEndOffset + nameWithType: VisualizationOptions.HighlightingEndOffset + fullName: CilTools.Visualization.VisualizationOptions.HighlightingEndOffset + type: Property + source: + path: CilTools.Visualization + isExternal: true + assemblies: + - CilTools.Visualization + namespace: CilTools.Visualization + summary: "\nGets or sets the offset of the last highlighted instruction, in bytes\n" + remarks: "\nIf the instruction highlighting is not used, should be set to -1. This property is only honoured by HTML \nvisualizer.The default value is -1.\n" + syntax: + content: public int HighlightingEndOffset { get; set; } + parameters: [] + return: + type: System.Int32 + content.vb: Public Property HighlightingEndOffset As Integer + overload: CilTools.Visualization.VisualizationOptions.HighlightingEndOffset* + modifiers.csharp: + - public + - get + - set + modifiers.vb: + - Public +- uid: CilTools.Visualization.VisualizationOptions.EnableInstructionNavigation + commentId: P:CilTools.Visualization.VisualizationOptions.EnableInstructionNavigation + id: EnableInstructionNavigation + parent: CilTools.Visualization.VisualizationOptions + langs: + - csharp + - vb + name: EnableInstructionNavigation + nameWithType: VisualizationOptions.EnableInstructionNavigation + fullName: CilTools.Visualization.VisualizationOptions.EnableInstructionNavigation + type: Property + source: + path: CilTools.Visualization + isExternal: true + assemblies: + - CilTools.Visualization + namespace: CilTools.Visualization + summary: "\nGets or sets the boolean value indicating whether the instruction navigation hyperlinks are enabled\n" + remarks: "\nWhen this property is set to true, labels in jump instructions are rendered as hyperlinks to \nthe target instruction. This property is only honoured by HTML visualizer. The default value is false.\n" + syntax: + content: public bool EnableInstructionNavigation { get; set; } + parameters: [] + return: + type: System.Boolean + content.vb: Public Property EnableInstructionNavigation As Boolean + overload: CilTools.Visualization.VisualizationOptions.EnableInstructionNavigation* + modifiers.csharp: + - public + - get + - set + modifiers.vb: + - Public +- uid: CilTools.Visualization.VisualizationOptions.EnableSyntaxHighlighting + commentId: P:CilTools.Visualization.VisualizationOptions.EnableSyntaxHighlighting + id: EnableSyntaxHighlighting + parent: CilTools.Visualization.VisualizationOptions + langs: + - csharp + - vb + name: EnableSyntaxHighlighting + nameWithType: VisualizationOptions.EnableSyntaxHighlighting + fullName: CilTools.Visualization.VisualizationOptions.EnableSyntaxHighlighting + type: Property + source: + path: CilTools.Visualization + isExternal: true + assemblies: + - CilTools.Visualization + namespace: CilTools.Visualization + summary: "\nGets or sets the boolean value indicating whether the syntax highlighting is enabled\n" + remarks: "\nThe default value is true. This property is honoured by HTML and ConsoleText visualizers.\n" + syntax: + content: public bool EnableSyntaxHighlighting { get; set; } + parameters: [] + return: + type: System.Boolean + content.vb: Public Property EnableSyntaxHighlighting As Boolean + overload: CilTools.Visualization.VisualizationOptions.EnableSyntaxHighlighting* + modifiers.csharp: + - public + - get + - set + modifiers.vb: + - Public +references: +- uid: CilTools.Visualization + commentId: N:CilTools.Visualization + isExternal: true + name: CilTools.Visualization + nameWithType: CilTools.Visualization + fullName: CilTools.Visualization +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + name: ToString() + nameWithType: Object.ToString() + fullName: System.Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + nameWithType: Object.ToString + fullName: System.Object.ToString + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + nameWithType: Object.ToString + fullName: System.Object.ToString + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + name: Equals(Object) + nameWithType: Object.Equals(Object) + fullName: System.Object.Equals(System.Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + nameWithType: Object.Equals + fullName: System.Object.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + nameWithType: Object.Equals + fullName: System.Object.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + name: Equals(Object, Object) + nameWithType: Object.Equals(Object, Object) + fullName: System.Object.Equals(System.Object, System.Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + nameWithType: Object.Equals + fullName: System.Object.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + nameWithType: Object.Equals + fullName: System.Object.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + name: ReferenceEquals(Object, Object) + nameWithType: Object.ReferenceEquals(Object, Object) + fullName: System.Object.ReferenceEquals(System.Object, System.Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + nameWithType: Object.ReferenceEquals + fullName: System.Object.ReferenceEquals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + nameWithType: Object.ReferenceEquals + fullName: System.Object.ReferenceEquals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + name: GetHashCode() + nameWithType: Object.GetHashCode() + fullName: System.Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + nameWithType: Object.GetHashCode + fullName: System.Object.GetHashCode + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + nameWithType: Object.GetHashCode + fullName: System.Object.GetHashCode + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + name: GetType() + nameWithType: Object.GetType() + fullName: System.Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + nameWithType: Object.GetType + fullName: System.Object.GetType + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + nameWithType: Object.GetType + fullName: System.Object.GetType + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + name: MemberwiseClone() + nameWithType: Object.MemberwiseClone() + fullName: System.Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + nameWithType: Object.MemberwiseClone + fullName: System.Object.MemberwiseClone + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + nameWithType: Object.MemberwiseClone + fullName: System.Object.MemberwiseClone + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System + commentId: N:System + isExternal: true + name: System + nameWithType: System + fullName: System +- uid: CilTools.Visualization.VisualizationOptions.#ctor* + commentId: Overload:CilTools.Visualization.VisualizationOptions.#ctor + isExternal: true + name: VisualizationOptions + nameWithType: VisualizationOptions.VisualizationOptions + fullName: CilTools.Visualization.VisualizationOptions.VisualizationOptions +- uid: CilTools.Visualization.VisualizationOptions.GetOption* + commentId: Overload:CilTools.Visualization.VisualizationOptions.GetOption + isExternal: true + name: GetOption + nameWithType: VisualizationOptions.GetOption + fullName: CilTools.Visualization.VisualizationOptions.GetOption +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: CilTools.Visualization.VisualizationOptions.SetOption* + commentId: Overload:CilTools.Visualization.VisualizationOptions.SetOption + isExternal: true + name: SetOption + nameWithType: VisualizationOptions.SetOption + fullName: CilTools.Visualization.VisualizationOptions.SetOption +- uid: CilTools.Visualization.VisualizationOptions.HighlightingStartOffset* + commentId: Overload:CilTools.Visualization.VisualizationOptions.HighlightingStartOffset + isExternal: true + name: HighlightingStartOffset + nameWithType: VisualizationOptions.HighlightingStartOffset + fullName: CilTools.Visualization.VisualizationOptions.HighlightingStartOffset +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + name: Int32 + nameWithType: Int32 + fullName: System.Int32 +- uid: CilTools.Visualization.VisualizationOptions.HighlightingEndOffset* + commentId: Overload:CilTools.Visualization.VisualizationOptions.HighlightingEndOffset + isExternal: true + name: HighlightingEndOffset + nameWithType: VisualizationOptions.HighlightingEndOffset + fullName: CilTools.Visualization.VisualizationOptions.HighlightingEndOffset +- uid: CilTools.Visualization.VisualizationOptions.EnableInstructionNavigation* + commentId: Overload:CilTools.Visualization.VisualizationOptions.EnableInstructionNavigation + isExternal: true + name: EnableInstructionNavigation + nameWithType: VisualizationOptions.EnableInstructionNavigation + fullName: CilTools.Visualization.VisualizationOptions.EnableInstructionNavigation +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: CilTools.Visualization.VisualizationOptions.EnableSyntaxHighlighting* + commentId: Overload:CilTools.Visualization.VisualizationOptions.EnableSyntaxHighlighting + isExternal: true + name: EnableSyntaxHighlighting + nameWithType: VisualizationOptions.EnableSyntaxHighlighting + fullName: CilTools.Visualization.VisualizationOptions.EnableSyntaxHighlighting diff --git a/docfx_project/api/CilTools.Visualization.yml b/docfx_project/api/CilTools.Visualization.yml new file mode 100644 index 0000000..fad39f6 --- /dev/null +++ b/docfx_project/api/CilTools.Visualization.yml @@ -0,0 +1,61 @@ +### YamlMime:ManagedReference +items: +- uid: CilTools.Visualization + commentId: N:CilTools.Visualization + id: CilTools.Visualization + children: + - CilTools.Visualization.HtmlVisualizer + - CilTools.Visualization.OutputFormat + - CilTools.Visualization.SyntaxVisualizer + - CilTools.Visualization.UrlProviderBase + - CilTools.Visualization.VisualizationOptions + langs: + - csharp + - vb + name: CilTools.Visualization + nameWithType: CilTools.Visualization + fullName: CilTools.Visualization + type: Namespace + assemblies: + - CilTools.Visualization +references: +- uid: CilTools.Visualization.HtmlVisualizer + commentId: T:CilTools.Visualization.HtmlVisualizer + isExternal: true + name: HtmlVisualizer + nameWithType: HtmlVisualizer + fullName: CilTools.Visualization.HtmlVisualizer +- uid: CilTools.Visualization.OutputFormat + commentId: T:CilTools.Visualization.OutputFormat + parent: CilTools.Visualization + isExternal: true + name: OutputFormat + nameWithType: OutputFormat + fullName: CilTools.Visualization.OutputFormat +- uid: CilTools.Visualization.SyntaxVisualizer + commentId: T:CilTools.Visualization.SyntaxVisualizer + parent: CilTools.Visualization + isExternal: true + name: SyntaxVisualizer + nameWithType: SyntaxVisualizer + fullName: CilTools.Visualization.SyntaxVisualizer +- uid: CilTools.Visualization.UrlProviderBase + commentId: T:CilTools.Visualization.UrlProviderBase + parent: CilTools.Visualization + isExternal: true + name: UrlProviderBase + nameWithType: UrlProviderBase + fullName: CilTools.Visualization.UrlProviderBase +- uid: CilTools.Visualization.VisualizationOptions + commentId: T:CilTools.Visualization.VisualizationOptions + parent: CilTools.Visualization + isExternal: true + name: VisualizationOptions + nameWithType: VisualizationOptions + fullName: CilTools.Visualization.VisualizationOptions +- uid: CilTools.Visualization + commentId: N:CilTools.Visualization + isExternal: true + name: CilTools.Visualization + nameWithType: CilTools.Visualization + fullName: CilTools.Visualization diff --git a/docfx_project/api/toc.yml b/docfx_project/api/toc.yml index e814217..3ff7c3b 100644 --- a/docfx_project/api/toc.yml +++ b/docfx_project/api/toc.yml @@ -125,10 +125,14 @@ name: SourceCodeUtils - uid: CilTools.SourceCode.Common.SourceLanguage name: SourceLanguage + - uid: CilTools.SourceCode.Common.SourceParser + name: SourceParser - uid: CilTools.SourceCode.Common.SourceToken name: SourceToken - uid: CilTools.SourceCode.Common.SourceTokenFactory name: SourceTokenFactory + - uid: CilTools.SourceCode.Common.SyntaxNodeCollection + name: SyntaxNodeCollection - uid: CilTools.SourceCode.Common.TokenKind name: TokenKind - uid: CilTools.Syntax @@ -189,3 +193,16 @@ name: TokenReader - uid: CilTools.Syntax.Tokens.WhitespaceToken name: WhitespaceToken +- uid: CilTools.Visualization + name: CilTools.Visualization + items: + - uid: CilTools.Visualization.HtmlVisualizer + name: HtmlVisualizer + - uid: CilTools.Visualization.OutputFormat + name: OutputFormat + - uid: CilTools.Visualization.SyntaxVisualizer + name: SyntaxVisualizer + - uid: CilTools.Visualization.UrlProviderBase + name: UrlProviderBase + - uid: CilTools.Visualization.VisualizationOptions + name: VisualizationOptions diff --git a/docs/api/CilTools.BytecodeAnalysis.TypeSpec.html b/docs/api/CilTools.BytecodeAnalysis.TypeSpec.html index b32eb3a..0763a3d 100644 --- a/docs/api/CilTools.BytecodeAnalysis.TypeSpec.html +++ b/docs/api/CilTools.BytecodeAnalysis.TypeSpec.html @@ -90,6 +90,7 @@
Implements
System.Runtime.InteropServices._Type
System.Reflection.IReflect
+
Inherited Members
@@ -506,7 +507,7 @@
Namespace: Syntax
-
public class TypeSpec : Type, ICustomAttributeProvider, _MemberInfo, _Type, IReflect, ITypeInfo
+
public class TypeSpec : Type, ICustomAttributeProvider, _MemberInfo, _Type, IReflect, ITypeInfo, IReflectionInfo

Properties

@@ -3000,6 +3001,50 @@
Returns
Overrides
System.Type.ToString()
+

Explicit Interface Implementations +

+ + +
+

IReflectionInfo.GetReflectionProperty(Int32)

+
+
+
Declaration
+
+
object IReflectionInfo.GetReflectionProperty(int id)
+
+
Parameters
+ + + + + + + + + + + + + + + +
TypeNameDescription
System.Int32id
+
Returns
+ + + + + + + + + + + + + +
TypeDescription
System.Object

Implements

System.Reflection.ICustomAttributeProvider @@ -3016,6 +3061,9 @@

Implements

+

Extension Methods

CilExtensions.GetReferencedMethods(Type) diff --git a/docs/api/CilTools.Metadata.AssemblyReader.html b/docs/api/CilTools.Metadata.AssemblyReader.html index 9ab0bc9..9422a1b 100644 --- a/docs/api/CilTools.Metadata.AssemblyReader.html +++ b/docs/api/CilTools.Metadata.AssemblyReader.html @@ -595,7 +595,7 @@
Remarks

When the assembly reader needs to resolve an external assembly, it first looks for it in the current runtime directory (where the system assemblies are located). Then it looks into a additional resolution directories. If the assembly is not found there, -the reader calls the AssemblyResolve event handle so you can customize +the reader calls the AssemblyResolve event handler so you can customize how assemblies are resolved. The rules for handling this event are similar with the System.AppDomain.AssemblyResolve event in .NET Framework. See https://docs.microsoft.com/dotnet/standard/assembly/resolve-loads for more diff --git a/docs/api/CilTools.Reflection.ComplexType.html b/docs/api/CilTools.Reflection.ComplexType.html index 34098ab..a391310 100644 --- a/docs/api/CilTools.Reflection.ComplexType.html +++ b/docs/api/CilTools.Reflection.ComplexType.html @@ -90,6 +90,7 @@

Implements
System.Runtime.InteropServices._MemberInfo
System.Runtime.InteropServices._Type
System.Reflection.IReflect
+
Inherited Members
@@ -527,7 +528,7 @@
Namespace:
Assembly: CilTools.BytecodeAnalysis.dll
Syntax
-
public class ComplexType : Type, ICustomAttributeProvider, _MemberInfo, _Type, IReflect
+
public class ComplexType : Type, ICustomAttributeProvider, _MemberInfo, _Type, IReflect, IReflectionInfo

Constructors

@@ -2362,6 +2363,50 @@
Returns
Overrides
System.Type.ToString()
+

Explicit Interface Implementations +

+ + +
+

IReflectionInfo.GetReflectionProperty(Int32)

+
+
+
Declaration
+
+
object IReflectionInfo.GetReflectionProperty(int id)
+
+
Parameters
+ + + + + + + + + + + + + + + +
TypeNameDescription
System.Int32id
+
Returns
+ + + + + + + + + + + + + +
TypeDescription
System.Object

Implements

System.Reflection.ICustomAttributeProvider @@ -2375,6 +2420,9 @@

Implements

System.Reflection.IReflect
+

Extension Methods

CilExtensions.GetReferencedMethods(Type) diff --git a/docs/api/CilTools.Reflection.ReflectionProperties.html b/docs/api/CilTools.Reflection.ReflectionProperties.html index f6c848a..3427509 100644 --- a/docs/api/CilTools.Reflection.ReflectionProperties.html +++ b/docs/api/CilTools.Reflection.ReflectionProperties.html @@ -115,6 +115,33 @@

Fields

+

ContainingAssembly

+

Represents an assembly where the metadata element corresponding to the reflection object is stored. Only relevant +for references (TypeRef or MethodRef), because for definitions containing assembly is the same as Assembly +property value. (Type: Assembly)

+
+
+
Declaration
+
+
public const int ContainingAssembly = 116
+
+
Field Value
+ + + + + + + + + + + + + +
TypeDescription
System.Int32
+ +

CorFlags

Represents the PE image runtime flags (Type: int)

@@ -367,6 +394,31 @@
Field Value
+

ReferenceTarget

+

Represents a target member of reference (TypeRef or MethodRef). (Type: MemberInfo)

+
+
+
Declaration
+
+
public const int ReferenceTarget = 115
+
+
Field Value
+ + + + + + + + + + + + + +
TypeDescription
System.Int32
+ +

RvaFieldValue

Represents a byte array containing RVA field's value. (Type: byte[])

diff --git a/docs/api/CilTools.SourceCode.Common.SourceParser.html b/docs/api/CilTools.SourceCode.Common.SourceParser.html new file mode 100644 index 0000000..ce275c8 --- /dev/null +++ b/docs/api/CilTools.SourceCode.Common.SourceParser.html @@ -0,0 +1,236 @@ + + + + + + + + Class SourceParser + | CIL Tools + + + + + + + + + + + + + + + +
+
+ + + + +
+ + +
+
+ +
+
+ + + + + + diff --git a/docs/api/CilTools.SourceCode.Common.SyntaxNodeCollection.html b/docs/api/CilTools.SourceCode.Common.SyntaxNodeCollection.html new file mode 100644 index 0000000..d4290a8 --- /dev/null +++ b/docs/api/CilTools.SourceCode.Common.SyntaxNodeCollection.html @@ -0,0 +1,361 @@ + + + + + + + + Class SyntaxNodeCollection + | CIL Tools + + + + + + + + + + + + + + + +
+
+ + + + +
+ + +
+
+ +
+
+ + + + + + diff --git a/docs/api/CilTools.SourceCode.Common.html b/docs/api/CilTools.SourceCode.Common.html index 1d3cc27..2f5ada2 100644 --- a/docs/api/CilTools.SourceCode.Common.html +++ b/docs/api/CilTools.SourceCode.Common.html @@ -79,12 +79,18 @@

Classes

SourceCodeUtils

Provides static methods that assist in working with source code

+
+

SourceParser

+

Provides static methods that convert source text into syntax nodes

SourceToken

Represents a smallest lexical unit of a source text

SourceTokenFactory

Provides a SyntaxFactory implementation that creates tokens for the specified source code language

+
+

SyntaxNodeCollection

+

Represents an ordered collection of syntax nodes

Enums

diff --git a/docs/api/CilTools.Syntax.SyntaxNode.html b/docs/api/CilTools.Syntax.SyntaxNode.html index 6291956..b1876fd 100644 --- a/docs/api/CilTools.Syntax.SyntaxNode.html +++ b/docs/api/CilTools.Syntax.SyntaxNode.html @@ -82,6 +82,7 @@
Inheritance
System.Object
SyntaxNode
+ diff --git a/docs/api/CilTools.Visualization.HtmlVisualizer.html b/docs/api/CilTools.Visualization.HtmlVisualizer.html new file mode 100644 index 0000000..03216d0 --- /dev/null +++ b/docs/api/CilTools.Visualization.HtmlVisualizer.html @@ -0,0 +1,418 @@ + + + + + + + + Class HtmlVisualizer + | CIL Tools + + + + + + + + + + + + + + + +
+
+ + + + +
+ + +
+
+ +
+
+ + + + + + diff --git a/docs/api/CilTools.Visualization.OutputFormat.html b/docs/api/CilTools.Visualization.OutputFormat.html new file mode 100644 index 0000000..553c132 --- /dev/null +++ b/docs/api/CilTools.Visualization.OutputFormat.html @@ -0,0 +1,147 @@ + + + + + + + + Enum OutputFormat + | CIL Tools + + + + + + + + + + + + + + + +
+
+ + + + +
+ + +
+
+ +
+
+ + + + + + diff --git a/docs/api/CilTools.Visualization.SyntaxVisualizer.html b/docs/api/CilTools.Visualization.SyntaxVisualizer.html new file mode 100644 index 0000000..42c1b6b --- /dev/null +++ b/docs/api/CilTools.Visualization.SyntaxVisualizer.html @@ -0,0 +1,496 @@ + + + + + + + + Class SyntaxVisualizer + | CIL Tools + + + + + + + + + + + + + + + +
+
+ + + + +
+ + +
+
+ +
+
+ + + + + + diff --git a/docs/api/CilTools.Visualization.UrlProviderBase.html b/docs/api/CilTools.Visualization.UrlProviderBase.html new file mode 100644 index 0000000..57011da --- /dev/null +++ b/docs/api/CilTools.Visualization.UrlProviderBase.html @@ -0,0 +1,209 @@ + + + + + + + + Class UrlProviderBase + | CIL Tools + + + + + + + + + + + + + + + +
+
+ + + + +
+ + +
+
+ +
+
+ + + + + + diff --git a/docs/api/CilTools.Visualization.VisualizationOptions.html b/docs/api/CilTools.Visualization.VisualizationOptions.html new file mode 100644 index 0000000..c887946 --- /dev/null +++ b/docs/api/CilTools.Visualization.VisualizationOptions.html @@ -0,0 +1,361 @@ + + + + + + + + Class VisualizationOptions + | CIL Tools + + + + + + + + + + + + + + + +
+
+ + + + +
+ + +
+
+ +
+
+ + + + + + diff --git a/docs/api/CilTools.Visualization.html b/docs/api/CilTools.Visualization.html new file mode 100644 index 0000000..91f7a02 --- /dev/null +++ b/docs/api/CilTools.Visualization.html @@ -0,0 +1,133 @@ + + + + + + + + Namespace CilTools.Visualization + | CIL Tools + + + + + + + + + + + + + + + +
+
+ + + + +
+ + +
+
+ +
+
+ + + + + + diff --git a/docs/api/toc.html b/docs/api/toc.html index 7198a6d..3af7336 100644 --- a/docs/api/toc.html +++ b/docs/api/toc.html @@ -218,12 +218,18 @@
  • SourceLanguage
  • +
  • + SourceParser +
  • SourceToken
  • SourceTokenFactory
  • +
  • + SyntaxNodeCollection +
  • TokenKind
  • @@ -321,6 +327,28 @@ +
  • + + CilTools.Visualization + + +
  • diff --git a/docs/articles/cilview-manual.html b/docs/articles/cilview-manual.html index ec1477e..f4e9cbc 100644 --- a/docs/articles/cilview-manual.html +++ b/docs/articles/cilview-manual.html @@ -71,7 +71,7 @@

    CilView user manual

    Requirements: .NET Framework 4.5+
    License: BSD 3-Clause
    -Repository: https://github.com/MSDN-WhiteKnight/CilTools

    +Repository: https://gitflic.ru/project/smallsoft/ciltools

    CilView is a windows application to display CIL code of methods in .NET assemblies. The key features are:

    • Displaying CIL code of methods in the specified assembly file or process
    • @@ -93,7 +93,7 @@

      View assembly file

      5. The right panel will display the CIL disassembly of the selected method.

      All method references on the Formatted tab are hyperlinks to the referenced methods. Clicking one them will open the referenced method's code in the right panel, even if the method is from another assembly, as long as that assembly could be loaded.

      CilView main window

      -

      To view detailed information about CIL instruction, right-click on the instruction opcode in formatted view and choose Instruction information menu item. The displayed dialog box will provide information such as opcode and operand sizes and raw instruction bytes hexadecimal code.

      +

      To view detailed information about CIL instruction, double-click on the instruction opcode in formatted view. The displayed dialog box will provide information such as opcode and operand sizes and raw instruction bytes hexadecimal code.

      View the resulting CIL for C#/VB sources

      This feature enables you to view disassembled CIL code corresponding to the entered code snippet. CIL View will compile the provided code in background, and open the output binary if the compilation is successful. If the build fails, it will display the build output to you.

        @@ -182,7 +182,7 @@

        Exception analysis

        The exception analysis is supported when opening both files and processes. However, when you hit any limitations mentioned above, the analysis accuracy decreases.

        Source code viewer

        This feature enables you to display source code corresponding to disassembled CIL code. Source code viewer can fetch source code using symbols line data (see Disassembler options section above for information about symbols support) or display the decompiled code (currently only supported for abstract methods or methods implemented in unmanaged code).

        -

        To view the source code for individual instructions, click Tools -> Show source code. Alternatively, you could right-click the instruction of interest in formatted view. In the View source window you'll see the CIL code of the sequence point on the left and its corresponding source code fragment on the right. Use < and > buttons to navigate between sequence points, or the file hyperlink to open the whole source file in your default editor.

        +

        To view the source code for individual instructions, click Tools -> Show source code. In the View source window you'll see the CIL code of the sequence point on the left and its corresponding source code fragment on the right. Use < and > buttons to navigate between sequence points, or the file hyperlink to open the whole source file in your default editor.

        To view the source code for the whole method, click Tools -> Show source code (method). The Source code window will display the method's source code as well as the information about where it was fetched from.

        If the source code is located on external server (this feature is called Source Link), the source viewer will prompt you with a dialog box to allow navigating to server. If you choose Yes, the source code will be opened in your default browser. Any subsequent attempts for the same domain will open the browser automatically without prompting again. The Source Link is supported for Portable PDB only.

        Method execution

        @@ -197,7 +197,7 @@

        ClickOnce installation with aut

        You can install CIL View via ClickOnce if you want to download updates automatically. The ClickOnce download URL: https://msdn-whiteknight.github.io/CilTools/update/

        Using auto-update requires stable internet connection and access to the https://msdn-whiteknight.github.io/ website. If you are using old Windows or .NET Framework versions, you might be unable to connect due to TLS protocol version or ciphersuite mismatch.


        -

        Copyright (c) 2022, MSDN.WhiteKnight

        +

        Copyright (c) 2024, MSDN.WhiteKnight

        See Help - Credits or credits.txt for copyright and license notices of third-party projects.

    diff --git a/docs/xrefmap.yml b/docs/xrefmap.yml index 1792080..0e949dc 100644 --- a/docs/xrefmap.yml +++ b/docs/xrefmap.yml @@ -1894,6 +1894,22 @@ references: commentId: Overload:CilTools.BytecodeAnalysis.TypeSpec.BaseType fullName: CilTools.BytecodeAnalysis.TypeSpec.BaseType nameWithType: TypeSpec.BaseType +- uid: CilTools.BytecodeAnalysis.TypeSpec.CilTools#Reflection#IReflectionInfo#GetReflectionProperty(System.Int32) + name: IReflectionInfo.GetReflectionProperty(Int32) + href: api/CilTools.BytecodeAnalysis.TypeSpec.html#CilTools_BytecodeAnalysis_TypeSpec_CilTools_Reflection_IReflectionInfo_GetReflectionProperty_System_Int32_ + commentId: M:CilTools.BytecodeAnalysis.TypeSpec.CilTools#Reflection#IReflectionInfo#GetReflectionProperty(System.Int32) + name.vb: CilTools.Reflection.IReflectionInfo.GetReflectionProperty(Int32) + fullName: CilTools.BytecodeAnalysis.TypeSpec.CilTools.Reflection.IReflectionInfo.GetReflectionProperty(System.Int32) + nameWithType: TypeSpec.IReflectionInfo.GetReflectionProperty(Int32) + nameWithType.vb: TypeSpec.CilTools.Reflection.IReflectionInfo.GetReflectionProperty(Int32) +- uid: CilTools.BytecodeAnalysis.TypeSpec.CilTools#Reflection#IReflectionInfo#GetReflectionProperty* + name: IReflectionInfo.GetReflectionProperty + href: api/CilTools.BytecodeAnalysis.TypeSpec.html#CilTools_BytecodeAnalysis_TypeSpec_CilTools_Reflection_IReflectionInfo_GetReflectionProperty_ + commentId: Overload:CilTools.BytecodeAnalysis.TypeSpec.CilTools#Reflection#IReflectionInfo#GetReflectionProperty + name.vb: CilTools.Reflection.IReflectionInfo.GetReflectionProperty + fullName: CilTools.BytecodeAnalysis.TypeSpec.CilTools.Reflection.IReflectionInfo.GetReflectionProperty + nameWithType: TypeSpec.IReflectionInfo.GetReflectionProperty + nameWithType.vb: TypeSpec.CilTools.Reflection.IReflectionInfo.GetReflectionProperty - uid: CilTools.BytecodeAnalysis.TypeSpec.CreateSpecialType(CilTools.BytecodeAnalysis.ElementType) name: CreateSpecialType(ElementType) href: api/CilTools.BytecodeAnalysis.TypeSpec.html#CilTools_BytecodeAnalysis_TypeSpec_CreateSpecialType_CilTools_BytecodeAnalysis_ElementType_ @@ -2914,6 +2930,22 @@ references: commentId: Overload:CilTools.Reflection.ComplexType.BaseType fullName: CilTools.Reflection.ComplexType.BaseType nameWithType: ComplexType.BaseType +- uid: CilTools.Reflection.ComplexType.CilTools#Reflection#IReflectionInfo#GetReflectionProperty(System.Int32) + name: IReflectionInfo.GetReflectionProperty(Int32) + href: api/CilTools.Reflection.ComplexType.html#CilTools_Reflection_ComplexType_CilTools_Reflection_IReflectionInfo_GetReflectionProperty_System_Int32_ + commentId: M:CilTools.Reflection.ComplexType.CilTools#Reflection#IReflectionInfo#GetReflectionProperty(System.Int32) + name.vb: CilTools.Reflection.IReflectionInfo.GetReflectionProperty(Int32) + fullName: CilTools.Reflection.ComplexType.CilTools.Reflection.IReflectionInfo.GetReflectionProperty(System.Int32) + nameWithType: ComplexType.IReflectionInfo.GetReflectionProperty(Int32) + nameWithType.vb: ComplexType.CilTools.Reflection.IReflectionInfo.GetReflectionProperty(Int32) +- uid: CilTools.Reflection.ComplexType.CilTools#Reflection#IReflectionInfo#GetReflectionProperty* + name: IReflectionInfo.GetReflectionProperty + href: api/CilTools.Reflection.ComplexType.html#CilTools_Reflection_ComplexType_CilTools_Reflection_IReflectionInfo_GetReflectionProperty_ + commentId: Overload:CilTools.Reflection.ComplexType.CilTools#Reflection#IReflectionInfo#GetReflectionProperty + name.vb: CilTools.Reflection.IReflectionInfo.GetReflectionProperty + fullName: CilTools.Reflection.ComplexType.CilTools.Reflection.IReflectionInfo.GetReflectionProperty + nameWithType: ComplexType.IReflectionInfo.GetReflectionProperty + nameWithType.vb: ComplexType.CilTools.Reflection.IReflectionInfo.GetReflectionProperty - uid: CilTools.Reflection.ComplexType.DeclaringType name: DeclaringType href: api/CilTools.Reflection.ComplexType.html#CilTools_Reflection_ComplexType_DeclaringType @@ -5335,6 +5367,12 @@ references: commentId: T:CilTools.Reflection.ReflectionProperties fullName: CilTools.Reflection.ReflectionProperties nameWithType: ReflectionProperties +- uid: CilTools.Reflection.ReflectionProperties.ContainingAssembly + name: ContainingAssembly + href: api/CilTools.Reflection.ReflectionProperties.html#CilTools_Reflection_ReflectionProperties_ContainingAssembly + commentId: F:CilTools.Reflection.ReflectionProperties.ContainingAssembly + fullName: CilTools.Reflection.ReflectionProperties.ContainingAssembly + nameWithType: ReflectionProperties.ContainingAssembly - uid: CilTools.Reflection.ReflectionProperties.CorFlags name: CorFlags href: api/CilTools.Reflection.ReflectionProperties.html#CilTools_Reflection_ReflectionProperties_CorFlags @@ -5407,6 +5445,12 @@ references: commentId: F:CilTools.Reflection.ReflectionProperties.ReferencedModules fullName: CilTools.Reflection.ReflectionProperties.ReferencedModules nameWithType: ReflectionProperties.ReferencedModules +- uid: CilTools.Reflection.ReflectionProperties.ReferenceTarget + name: ReferenceTarget + href: api/CilTools.Reflection.ReflectionProperties.html#CilTools_Reflection_ReflectionProperties_ReferenceTarget + commentId: F:CilTools.Reflection.ReflectionProperties.ReferenceTarget + fullName: CilTools.Reflection.ReflectionProperties.ReferenceTarget + nameWithType: ReflectionProperties.ReferenceTarget - uid: CilTools.Reflection.ReflectionProperties.RvaFieldValue name: RvaFieldValue href: api/CilTools.Reflection.ReflectionProperties.html#CilTools_Reflection_ReflectionProperties_RvaFieldValue @@ -7078,6 +7122,36 @@ references: commentId: F:CilTools.SourceCode.Common.SourceLanguage.VisualBasic fullName: CilTools.SourceCode.Common.SourceLanguage.VisualBasic nameWithType: SourceLanguage.VisualBasic +- uid: CilTools.SourceCode.Common.SourceParser + name: SourceParser + href: api/CilTools.SourceCode.Common.SourceParser.html + commentId: T:CilTools.SourceCode.Common.SourceParser + fullName: CilTools.SourceCode.Common.SourceParser + nameWithType: SourceParser +- uid: CilTools.SourceCode.Common.SourceParser.Parse(System.String,System.String) + name: Parse(String, String) + href: api/CilTools.SourceCode.Common.SourceParser.html#CilTools_SourceCode_Common_SourceParser_Parse_System_String_System_String_ + commentId: M:CilTools.SourceCode.Common.SourceParser.Parse(System.String,System.String) + fullName: CilTools.SourceCode.Common.SourceParser.Parse(System.String, System.String) + nameWithType: SourceParser.Parse(String, String) +- uid: CilTools.SourceCode.Common.SourceParser.Parse* + name: Parse + href: api/CilTools.SourceCode.Common.SourceParser.html#CilTools_SourceCode_Common_SourceParser_Parse_ + commentId: Overload:CilTools.SourceCode.Common.SourceParser.Parse + fullName: CilTools.SourceCode.Common.SourceParser.Parse + nameWithType: SourceParser.Parse +- uid: CilTools.SourceCode.Common.SourceParser.RegisterSyntaxFactory(System.String,CilTools.Syntax.SyntaxFactory) + name: RegisterSyntaxFactory(String, SyntaxFactory) + href: api/CilTools.SourceCode.Common.SourceParser.html#CilTools_SourceCode_Common_SourceParser_RegisterSyntaxFactory_System_String_CilTools_Syntax_SyntaxFactory_ + commentId: M:CilTools.SourceCode.Common.SourceParser.RegisterSyntaxFactory(System.String,CilTools.Syntax.SyntaxFactory) + fullName: CilTools.SourceCode.Common.SourceParser.RegisterSyntaxFactory(System.String, CilTools.Syntax.SyntaxFactory) + nameWithType: SourceParser.RegisterSyntaxFactory(String, SyntaxFactory) +- uid: CilTools.SourceCode.Common.SourceParser.RegisterSyntaxFactory* + name: RegisterSyntaxFactory + href: api/CilTools.SourceCode.Common.SourceParser.html#CilTools_SourceCode_Common_SourceParser_RegisterSyntaxFactory_ + commentId: Overload:CilTools.SourceCode.Common.SourceParser.RegisterSyntaxFactory + fullName: CilTools.SourceCode.Common.SourceParser.RegisterSyntaxFactory + nameWithType: SourceParser.RegisterSyntaxFactory - uid: CilTools.SourceCode.Common.SourceToken name: SourceToken href: api/CilTools.SourceCode.Common.SourceToken.html @@ -7204,6 +7278,75 @@ references: commentId: Overload:CilTools.SourceCode.Common.SourceTokenFactory.Language fullName: CilTools.SourceCode.Common.SourceTokenFactory.Language nameWithType: SourceTokenFactory.Language +- uid: CilTools.SourceCode.Common.SyntaxNodeCollection + name: SyntaxNodeCollection + href: api/CilTools.SourceCode.Common.SyntaxNodeCollection.html + commentId: T:CilTools.SourceCode.Common.SyntaxNodeCollection + fullName: CilTools.SourceCode.Common.SyntaxNodeCollection + nameWithType: SyntaxNodeCollection +- uid: CilTools.SourceCode.Common.SyntaxNodeCollection.Count + name: Count + href: api/CilTools.SourceCode.Common.SyntaxNodeCollection.html#CilTools_SourceCode_Common_SyntaxNodeCollection_Count + commentId: P:CilTools.SourceCode.Common.SyntaxNodeCollection.Count + fullName: CilTools.SourceCode.Common.SyntaxNodeCollection.Count + nameWithType: SyntaxNodeCollection.Count +- uid: CilTools.SourceCode.Common.SyntaxNodeCollection.Count* + name: Count + href: api/CilTools.SourceCode.Common.SyntaxNodeCollection.html#CilTools_SourceCode_Common_SyntaxNodeCollection_Count_ + commentId: Overload:CilTools.SourceCode.Common.SyntaxNodeCollection.Count + fullName: CilTools.SourceCode.Common.SyntaxNodeCollection.Count + nameWithType: SyntaxNodeCollection.Count +- uid: CilTools.SourceCode.Common.SyntaxNodeCollection.EnumerateChildNodes + name: EnumerateChildNodes() + href: api/CilTools.SourceCode.Common.SyntaxNodeCollection.html#CilTools_SourceCode_Common_SyntaxNodeCollection_EnumerateChildNodes + commentId: M:CilTools.SourceCode.Common.SyntaxNodeCollection.EnumerateChildNodes + fullName: CilTools.SourceCode.Common.SyntaxNodeCollection.EnumerateChildNodes() + nameWithType: SyntaxNodeCollection.EnumerateChildNodes() +- uid: CilTools.SourceCode.Common.SyntaxNodeCollection.EnumerateChildNodes* + name: EnumerateChildNodes + href: api/CilTools.SourceCode.Common.SyntaxNodeCollection.html#CilTools_SourceCode_Common_SyntaxNodeCollection_EnumerateChildNodes_ + commentId: Overload:CilTools.SourceCode.Common.SyntaxNodeCollection.EnumerateChildNodes + fullName: CilTools.SourceCode.Common.SyntaxNodeCollection.EnumerateChildNodes + nameWithType: SyntaxNodeCollection.EnumerateChildNodes +- uid: CilTools.SourceCode.Common.SyntaxNodeCollection.FromArray(CilTools.Syntax.SyntaxNode[]) + name: FromArray(SyntaxNode[]) + href: api/CilTools.SourceCode.Common.SyntaxNodeCollection.html#CilTools_SourceCode_Common_SyntaxNodeCollection_FromArray_CilTools_Syntax_SyntaxNode___ + commentId: M:CilTools.SourceCode.Common.SyntaxNodeCollection.FromArray(CilTools.Syntax.SyntaxNode[]) + name.vb: FromArray(SyntaxNode()) + fullName: CilTools.SourceCode.Common.SyntaxNodeCollection.FromArray(CilTools.Syntax.SyntaxNode[]) + fullName.vb: CilTools.SourceCode.Common.SyntaxNodeCollection.FromArray(CilTools.Syntax.SyntaxNode()) + nameWithType: SyntaxNodeCollection.FromArray(SyntaxNode[]) + nameWithType.vb: SyntaxNodeCollection.FromArray(SyntaxNode()) +- uid: CilTools.SourceCode.Common.SyntaxNodeCollection.FromArray* + name: FromArray + href: api/CilTools.SourceCode.Common.SyntaxNodeCollection.html#CilTools_SourceCode_Common_SyntaxNodeCollection_FromArray_ + commentId: Overload:CilTools.SourceCode.Common.SyntaxNodeCollection.FromArray + fullName: CilTools.SourceCode.Common.SyntaxNodeCollection.FromArray + nameWithType: SyntaxNodeCollection.FromArray +- uid: CilTools.SourceCode.Common.SyntaxNodeCollection.GetNode(System.Int32) + name: GetNode(Int32) + href: api/CilTools.SourceCode.Common.SyntaxNodeCollection.html#CilTools_SourceCode_Common_SyntaxNodeCollection_GetNode_System_Int32_ + commentId: M:CilTools.SourceCode.Common.SyntaxNodeCollection.GetNode(System.Int32) + fullName: CilTools.SourceCode.Common.SyntaxNodeCollection.GetNode(System.Int32) + nameWithType: SyntaxNodeCollection.GetNode(Int32) +- uid: CilTools.SourceCode.Common.SyntaxNodeCollection.GetNode* + name: GetNode + href: api/CilTools.SourceCode.Common.SyntaxNodeCollection.html#CilTools_SourceCode_Common_SyntaxNodeCollection_GetNode_ + commentId: Overload:CilTools.SourceCode.Common.SyntaxNodeCollection.GetNode + fullName: CilTools.SourceCode.Common.SyntaxNodeCollection.GetNode + nameWithType: SyntaxNodeCollection.GetNode +- uid: CilTools.SourceCode.Common.SyntaxNodeCollection.ToText(System.IO.TextWriter) + name: ToText(TextWriter) + href: api/CilTools.SourceCode.Common.SyntaxNodeCollection.html#CilTools_SourceCode_Common_SyntaxNodeCollection_ToText_System_IO_TextWriter_ + commentId: M:CilTools.SourceCode.Common.SyntaxNodeCollection.ToText(System.IO.TextWriter) + fullName: CilTools.SourceCode.Common.SyntaxNodeCollection.ToText(System.IO.TextWriter) + nameWithType: SyntaxNodeCollection.ToText(TextWriter) +- uid: CilTools.SourceCode.Common.SyntaxNodeCollection.ToText* + name: ToText + href: api/CilTools.SourceCode.Common.SyntaxNodeCollection.html#CilTools_SourceCode_Common_SyntaxNodeCollection_ToText_ + commentId: Overload:CilTools.SourceCode.Common.SyntaxNodeCollection.ToText + fullName: CilTools.SourceCode.Common.SyntaxNodeCollection.ToText + nameWithType: SyntaxNodeCollection.ToText - uid: CilTools.SourceCode.Common.TokenKind name: TokenKind href: api/CilTools.SourceCode.Common.TokenKind.html @@ -9052,3 +9195,378 @@ references: commentId: Overload:CilTools.Syntax.Tokens.WhitespaceToken.HasStart fullName: CilTools.Syntax.Tokens.WhitespaceToken.HasStart nameWithType: WhitespaceToken.HasStart +- uid: CilTools.Visualization + name: CilTools.Visualization + href: api/CilTools.Visualization.html + commentId: N:CilTools.Visualization + fullName: CilTools.Visualization + nameWithType: CilTools.Visualization +- uid: CilTools.Visualization.HtmlVisualizer + name: HtmlVisualizer + href: api/CilTools.Visualization.HtmlVisualizer.html + commentId: T:CilTools.Visualization.HtmlVisualizer + fullName: CilTools.Visualization.HtmlVisualizer + nameWithType: HtmlVisualizer +- uid: CilTools.Visualization.HtmlVisualizer.#ctor + name: HtmlVisualizer() + href: api/CilTools.Visualization.HtmlVisualizer.html#CilTools_Visualization_HtmlVisualizer__ctor + commentId: M:CilTools.Visualization.HtmlVisualizer.#ctor + fullName: CilTools.Visualization.HtmlVisualizer.HtmlVisualizer() + nameWithType: HtmlVisualizer.HtmlVisualizer() +- uid: CilTools.Visualization.HtmlVisualizer.#ctor* + name: HtmlVisualizer + href: api/CilTools.Visualization.HtmlVisualizer.html#CilTools_Visualization_HtmlVisualizer__ctor_ + commentId: Overload:CilTools.Visualization.HtmlVisualizer.#ctor + fullName: CilTools.Visualization.HtmlVisualizer.HtmlVisualizer + nameWithType: HtmlVisualizer.HtmlVisualizer +- uid: CilTools.Visualization.HtmlVisualizer.AddUrlProvider(CilTools.Visualization.UrlProviderBase) + name: AddUrlProvider(UrlProviderBase) + href: api/CilTools.Visualization.HtmlVisualizer.html#CilTools_Visualization_HtmlVisualizer_AddUrlProvider_CilTools_Visualization_UrlProviderBase_ + commentId: M:CilTools.Visualization.HtmlVisualizer.AddUrlProvider(CilTools.Visualization.UrlProviderBase) + fullName: CilTools.Visualization.HtmlVisualizer.AddUrlProvider(CilTools.Visualization.UrlProviderBase) + nameWithType: HtmlVisualizer.AddUrlProvider(UrlProviderBase) +- uid: CilTools.Visualization.HtmlVisualizer.AddUrlProvider* + name: AddUrlProvider + href: api/CilTools.Visualization.HtmlVisualizer.html#CilTools_Visualization_HtmlVisualizer_AddUrlProvider_ + commentId: Overload:CilTools.Visualization.HtmlVisualizer.AddUrlProvider + fullName: CilTools.Visualization.HtmlVisualizer.AddUrlProvider + nameWithType: HtmlVisualizer.AddUrlProvider +- uid: CilTools.Visualization.HtmlVisualizer.EndBlock(CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + name: EndBlock(VisualizationOptions, TextWriter) + href: api/CilTools.Visualization.HtmlVisualizer.html#CilTools_Visualization_HtmlVisualizer_EndBlock_CilTools_Visualization_VisualizationOptions_System_IO_TextWriter_ + commentId: M:CilTools.Visualization.HtmlVisualizer.EndBlock(CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + fullName: CilTools.Visualization.HtmlVisualizer.EndBlock(CilTools.Visualization.VisualizationOptions, System.IO.TextWriter) + nameWithType: HtmlVisualizer.EndBlock(VisualizationOptions, TextWriter) +- uid: CilTools.Visualization.HtmlVisualizer.EndBlock* + name: EndBlock + href: api/CilTools.Visualization.HtmlVisualizer.html#CilTools_Visualization_HtmlVisualizer_EndBlock_ + commentId: Overload:CilTools.Visualization.HtmlVisualizer.EndBlock + fullName: CilTools.Visualization.HtmlVisualizer.EndBlock + nameWithType: HtmlVisualizer.EndBlock +- uid: CilTools.Visualization.HtmlVisualizer.GetVisualStyles + name: GetVisualStyles() + href: api/CilTools.Visualization.HtmlVisualizer.html#CilTools_Visualization_HtmlVisualizer_GetVisualStyles + commentId: M:CilTools.Visualization.HtmlVisualizer.GetVisualStyles + fullName: CilTools.Visualization.HtmlVisualizer.GetVisualStyles() + nameWithType: HtmlVisualizer.GetVisualStyles() +- uid: CilTools.Visualization.HtmlVisualizer.GetVisualStyles(System.IO.TextWriter) + name: GetVisualStyles(TextWriter) + href: api/CilTools.Visualization.HtmlVisualizer.html#CilTools_Visualization_HtmlVisualizer_GetVisualStyles_System_IO_TextWriter_ + commentId: M:CilTools.Visualization.HtmlVisualizer.GetVisualStyles(System.IO.TextWriter) + fullName: CilTools.Visualization.HtmlVisualizer.GetVisualStyles(System.IO.TextWriter) + nameWithType: HtmlVisualizer.GetVisualStyles(TextWriter) +- uid: CilTools.Visualization.HtmlVisualizer.GetVisualStyles* + name: GetVisualStyles + href: api/CilTools.Visualization.HtmlVisualizer.html#CilTools_Visualization_HtmlVisualizer_GetVisualStyles_ + commentId: Overload:CilTools.Visualization.HtmlVisualizer.GetVisualStyles + fullName: CilTools.Visualization.HtmlVisualizer.GetVisualStyles + nameWithType: HtmlVisualizer.GetVisualStyles +- uid: CilTools.Visualization.HtmlVisualizer.RemoveAllProviders + name: RemoveAllProviders() + href: api/CilTools.Visualization.HtmlVisualizer.html#CilTools_Visualization_HtmlVisualizer_RemoveAllProviders + commentId: M:CilTools.Visualization.HtmlVisualizer.RemoveAllProviders + fullName: CilTools.Visualization.HtmlVisualizer.RemoveAllProviders() + nameWithType: HtmlVisualizer.RemoveAllProviders() +- uid: CilTools.Visualization.HtmlVisualizer.RemoveAllProviders* + name: RemoveAllProviders + href: api/CilTools.Visualization.HtmlVisualizer.html#CilTools_Visualization_HtmlVisualizer_RemoveAllProviders_ + commentId: Overload:CilTools.Visualization.HtmlVisualizer.RemoveAllProviders + fullName: CilTools.Visualization.HtmlVisualizer.RemoveAllProviders + nameWithType: HtmlVisualizer.RemoveAllProviders +- uid: CilTools.Visualization.HtmlVisualizer.RenderNode(CilTools.Syntax.SyntaxNode,CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + name: RenderNode(SyntaxNode, VisualizationOptions, TextWriter) + href: api/CilTools.Visualization.HtmlVisualizer.html#CilTools_Visualization_HtmlVisualizer_RenderNode_CilTools_Syntax_SyntaxNode_CilTools_Visualization_VisualizationOptions_System_IO_TextWriter_ + commentId: M:CilTools.Visualization.HtmlVisualizer.RenderNode(CilTools.Syntax.SyntaxNode,CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + fullName: CilTools.Visualization.HtmlVisualizer.RenderNode(CilTools.Syntax.SyntaxNode, CilTools.Visualization.VisualizationOptions, System.IO.TextWriter) + nameWithType: HtmlVisualizer.RenderNode(SyntaxNode, VisualizationOptions, TextWriter) +- uid: CilTools.Visualization.HtmlVisualizer.RenderNode* + name: RenderNode + href: api/CilTools.Visualization.HtmlVisualizer.html#CilTools_Visualization_HtmlVisualizer_RenderNode_ + commentId: Overload:CilTools.Visualization.HtmlVisualizer.RenderNode + fullName: CilTools.Visualization.HtmlVisualizer.RenderNode + nameWithType: HtmlVisualizer.RenderNode +- uid: CilTools.Visualization.HtmlVisualizer.RenderParagraph(System.String,System.IO.TextWriter) + name: RenderParagraph(String, TextWriter) + href: api/CilTools.Visualization.HtmlVisualizer.html#CilTools_Visualization_HtmlVisualizer_RenderParagraph_System_String_System_IO_TextWriter_ + commentId: M:CilTools.Visualization.HtmlVisualizer.RenderParagraph(System.String,System.IO.TextWriter) + fullName: CilTools.Visualization.HtmlVisualizer.RenderParagraph(System.String, System.IO.TextWriter) + nameWithType: HtmlVisualizer.RenderParagraph(String, TextWriter) +- uid: CilTools.Visualization.HtmlVisualizer.RenderParagraph* + name: RenderParagraph + href: api/CilTools.Visualization.HtmlVisualizer.html#CilTools_Visualization_HtmlVisualizer_RenderParagraph_ + commentId: Overload:CilTools.Visualization.HtmlVisualizer.RenderParagraph + fullName: CilTools.Visualization.HtmlVisualizer.RenderParagraph + nameWithType: HtmlVisualizer.RenderParagraph +- uid: CilTools.Visualization.HtmlVisualizer.StartBlock(CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + name: StartBlock(VisualizationOptions, TextWriter) + href: api/CilTools.Visualization.HtmlVisualizer.html#CilTools_Visualization_HtmlVisualizer_StartBlock_CilTools_Visualization_VisualizationOptions_System_IO_TextWriter_ + commentId: M:CilTools.Visualization.HtmlVisualizer.StartBlock(CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + fullName: CilTools.Visualization.HtmlVisualizer.StartBlock(CilTools.Visualization.VisualizationOptions, System.IO.TextWriter) + nameWithType: HtmlVisualizer.StartBlock(VisualizationOptions, TextWriter) +- uid: CilTools.Visualization.HtmlVisualizer.StartBlock* + name: StartBlock + href: api/CilTools.Visualization.HtmlVisualizer.html#CilTools_Visualization_HtmlVisualizer_StartBlock_ + commentId: Overload:CilTools.Visualization.HtmlVisualizer.StartBlock + fullName: CilTools.Visualization.HtmlVisualizer.StartBlock + nameWithType: HtmlVisualizer.StartBlock +- uid: CilTools.Visualization.OutputFormat + name: OutputFormat + href: api/CilTools.Visualization.OutputFormat.html + commentId: T:CilTools.Visualization.OutputFormat + fullName: CilTools.Visualization.OutputFormat + nameWithType: OutputFormat +- uid: CilTools.Visualization.OutputFormat.ConsoleText + name: ConsoleText + href: api/CilTools.Visualization.OutputFormat.html#CilTools_Visualization_OutputFormat_ConsoleText + commentId: F:CilTools.Visualization.OutputFormat.ConsoleText + fullName: CilTools.Visualization.OutputFormat.ConsoleText + nameWithType: OutputFormat.ConsoleText +- uid: CilTools.Visualization.OutputFormat.Html + name: Html + href: api/CilTools.Visualization.OutputFormat.html#CilTools_Visualization_OutputFormat_Html + commentId: F:CilTools.Visualization.OutputFormat.Html + fullName: CilTools.Visualization.OutputFormat.Html + nameWithType: OutputFormat.Html +- uid: CilTools.Visualization.OutputFormat.Plaintext + name: Plaintext + href: api/CilTools.Visualization.OutputFormat.html#CilTools_Visualization_OutputFormat_Plaintext + commentId: F:CilTools.Visualization.OutputFormat.Plaintext + fullName: CilTools.Visualization.OutputFormat.Plaintext + nameWithType: OutputFormat.Plaintext +- uid: CilTools.Visualization.SyntaxVisualizer + name: SyntaxVisualizer + href: api/CilTools.Visualization.SyntaxVisualizer.html + commentId: T:CilTools.Visualization.SyntaxVisualizer + fullName: CilTools.Visualization.SyntaxVisualizer + nameWithType: SyntaxVisualizer +- uid: CilTools.Visualization.SyntaxVisualizer.#ctor + name: SyntaxVisualizer() + href: api/CilTools.Visualization.SyntaxVisualizer.html#CilTools_Visualization_SyntaxVisualizer__ctor + commentId: M:CilTools.Visualization.SyntaxVisualizer.#ctor + fullName: CilTools.Visualization.SyntaxVisualizer.SyntaxVisualizer() + nameWithType: SyntaxVisualizer.SyntaxVisualizer() +- uid: CilTools.Visualization.SyntaxVisualizer.#ctor* + name: SyntaxVisualizer + href: api/CilTools.Visualization.SyntaxVisualizer.html#CilTools_Visualization_SyntaxVisualizer__ctor_ + commentId: Overload:CilTools.Visualization.SyntaxVisualizer.#ctor + fullName: CilTools.Visualization.SyntaxVisualizer.SyntaxVisualizer + nameWithType: SyntaxVisualizer.SyntaxVisualizer +- uid: CilTools.Visualization.SyntaxVisualizer.Create(CilTools.Visualization.OutputFormat) + name: Create(OutputFormat) + href: api/CilTools.Visualization.SyntaxVisualizer.html#CilTools_Visualization_SyntaxVisualizer_Create_CilTools_Visualization_OutputFormat_ + commentId: M:CilTools.Visualization.SyntaxVisualizer.Create(CilTools.Visualization.OutputFormat) + fullName: CilTools.Visualization.SyntaxVisualizer.Create(CilTools.Visualization.OutputFormat) + nameWithType: SyntaxVisualizer.Create(OutputFormat) +- uid: CilTools.Visualization.SyntaxVisualizer.Create* + name: Create + href: api/CilTools.Visualization.SyntaxVisualizer.html#CilTools_Visualization_SyntaxVisualizer_Create_ + commentId: Overload:CilTools.Visualization.SyntaxVisualizer.Create + fullName: CilTools.Visualization.SyntaxVisualizer.Create + nameWithType: SyntaxVisualizer.Create +- uid: CilTools.Visualization.SyntaxVisualizer.EndBlock(CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + name: EndBlock(VisualizationOptions, TextWriter) + href: api/CilTools.Visualization.SyntaxVisualizer.html#CilTools_Visualization_SyntaxVisualizer_EndBlock_CilTools_Visualization_VisualizationOptions_System_IO_TextWriter_ + commentId: M:CilTools.Visualization.SyntaxVisualizer.EndBlock(CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + fullName: CilTools.Visualization.SyntaxVisualizer.EndBlock(CilTools.Visualization.VisualizationOptions, System.IO.TextWriter) + nameWithType: SyntaxVisualizer.EndBlock(VisualizationOptions, TextWriter) +- uid: CilTools.Visualization.SyntaxVisualizer.EndBlock* + name: EndBlock + href: api/CilTools.Visualization.SyntaxVisualizer.html#CilTools_Visualization_SyntaxVisualizer_EndBlock_ + commentId: Overload:CilTools.Visualization.SyntaxVisualizer.EndBlock + fullName: CilTools.Visualization.SyntaxVisualizer.EndBlock + nameWithType: SyntaxVisualizer.EndBlock +- uid: CilTools.Visualization.SyntaxVisualizer.RenderNode(CilTools.Syntax.SyntaxNode,CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + name: RenderNode(SyntaxNode, VisualizationOptions, TextWriter) + href: api/CilTools.Visualization.SyntaxVisualizer.html#CilTools_Visualization_SyntaxVisualizer_RenderNode_CilTools_Syntax_SyntaxNode_CilTools_Visualization_VisualizationOptions_System_IO_TextWriter_ + commentId: M:CilTools.Visualization.SyntaxVisualizer.RenderNode(CilTools.Syntax.SyntaxNode,CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + fullName: CilTools.Visualization.SyntaxVisualizer.RenderNode(CilTools.Syntax.SyntaxNode, CilTools.Visualization.VisualizationOptions, System.IO.TextWriter) + nameWithType: SyntaxVisualizer.RenderNode(SyntaxNode, VisualizationOptions, TextWriter) +- uid: CilTools.Visualization.SyntaxVisualizer.RenderNode* + name: RenderNode + href: api/CilTools.Visualization.SyntaxVisualizer.html#CilTools_Visualization_SyntaxVisualizer_RenderNode_ + commentId: Overload:CilTools.Visualization.SyntaxVisualizer.RenderNode + fullName: CilTools.Visualization.SyntaxVisualizer.RenderNode + nameWithType: SyntaxVisualizer.RenderNode +- uid: CilTools.Visualization.SyntaxVisualizer.RenderNodes(System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode},CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + name: RenderNodes(IEnumerable, VisualizationOptions, TextWriter) + href: api/CilTools.Visualization.SyntaxVisualizer.html#CilTools_Visualization_SyntaxVisualizer_RenderNodes_System_Collections_Generic_IEnumerable_CilTools_Syntax_SyntaxNode__CilTools_Visualization_VisualizationOptions_System_IO_TextWriter_ + commentId: M:CilTools.Visualization.SyntaxVisualizer.RenderNodes(System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode},CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + name.vb: RenderNodes(IEnumerable(Of SyntaxNode), VisualizationOptions, TextWriter) + fullName: CilTools.Visualization.SyntaxVisualizer.RenderNodes(System.Collections.Generic.IEnumerable, CilTools.Visualization.VisualizationOptions, System.IO.TextWriter) + fullName.vb: CilTools.Visualization.SyntaxVisualizer.RenderNodes(System.Collections.Generic.IEnumerable(Of CilTools.Syntax.SyntaxNode), CilTools.Visualization.VisualizationOptions, System.IO.TextWriter) + nameWithType: SyntaxVisualizer.RenderNodes(IEnumerable, VisualizationOptions, TextWriter) + nameWithType.vb: SyntaxVisualizer.RenderNodes(IEnumerable(Of SyntaxNode), VisualizationOptions, TextWriter) +- uid: CilTools.Visualization.SyntaxVisualizer.RenderNodes* + name: RenderNodes + href: api/CilTools.Visualization.SyntaxVisualizer.html#CilTools_Visualization_SyntaxVisualizer_RenderNodes_ + commentId: Overload:CilTools.Visualization.SyntaxVisualizer.RenderNodes + fullName: CilTools.Visualization.SyntaxVisualizer.RenderNodes + nameWithType: SyntaxVisualizer.RenderNodes +- uid: CilTools.Visualization.SyntaxVisualizer.RenderParagraph(System.String,System.IO.TextWriter) + name: RenderParagraph(String, TextWriter) + href: api/CilTools.Visualization.SyntaxVisualizer.html#CilTools_Visualization_SyntaxVisualizer_RenderParagraph_System_String_System_IO_TextWriter_ + commentId: M:CilTools.Visualization.SyntaxVisualizer.RenderParagraph(System.String,System.IO.TextWriter) + fullName: CilTools.Visualization.SyntaxVisualizer.RenderParagraph(System.String, System.IO.TextWriter) + nameWithType: SyntaxVisualizer.RenderParagraph(String, TextWriter) +- uid: CilTools.Visualization.SyntaxVisualizer.RenderParagraph* + name: RenderParagraph + href: api/CilTools.Visualization.SyntaxVisualizer.html#CilTools_Visualization_SyntaxVisualizer_RenderParagraph_ + commentId: Overload:CilTools.Visualization.SyntaxVisualizer.RenderParagraph + fullName: CilTools.Visualization.SyntaxVisualizer.RenderParagraph + nameWithType: SyntaxVisualizer.RenderParagraph +- uid: CilTools.Visualization.SyntaxVisualizer.RenderToString(System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode}) + name: RenderToString(IEnumerable) + href: api/CilTools.Visualization.SyntaxVisualizer.html#CilTools_Visualization_SyntaxVisualizer_RenderToString_System_Collections_Generic_IEnumerable_CilTools_Syntax_SyntaxNode__ + commentId: M:CilTools.Visualization.SyntaxVisualizer.RenderToString(System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode}) + name.vb: RenderToString(IEnumerable(Of SyntaxNode)) + fullName: CilTools.Visualization.SyntaxVisualizer.RenderToString(System.Collections.Generic.IEnumerable) + fullName.vb: CilTools.Visualization.SyntaxVisualizer.RenderToString(System.Collections.Generic.IEnumerable(Of CilTools.Syntax.SyntaxNode)) + nameWithType: SyntaxVisualizer.RenderToString(IEnumerable) + nameWithType.vb: SyntaxVisualizer.RenderToString(IEnumerable(Of SyntaxNode)) +- uid: CilTools.Visualization.SyntaxVisualizer.RenderToString(System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode},CilTools.Visualization.VisualizationOptions) + name: RenderToString(IEnumerable, VisualizationOptions) + href: api/CilTools.Visualization.SyntaxVisualizer.html#CilTools_Visualization_SyntaxVisualizer_RenderToString_System_Collections_Generic_IEnumerable_CilTools_Syntax_SyntaxNode__CilTools_Visualization_VisualizationOptions_ + commentId: M:CilTools.Visualization.SyntaxVisualizer.RenderToString(System.Collections.Generic.IEnumerable{CilTools.Syntax.SyntaxNode},CilTools.Visualization.VisualizationOptions) + name.vb: RenderToString(IEnumerable(Of SyntaxNode), VisualizationOptions) + fullName: CilTools.Visualization.SyntaxVisualizer.RenderToString(System.Collections.Generic.IEnumerable, CilTools.Visualization.VisualizationOptions) + fullName.vb: CilTools.Visualization.SyntaxVisualizer.RenderToString(System.Collections.Generic.IEnumerable(Of CilTools.Syntax.SyntaxNode), CilTools.Visualization.VisualizationOptions) + nameWithType: SyntaxVisualizer.RenderToString(IEnumerable, VisualizationOptions) + nameWithType.vb: SyntaxVisualizer.RenderToString(IEnumerable(Of SyntaxNode), VisualizationOptions) +- uid: CilTools.Visualization.SyntaxVisualizer.RenderToString* + name: RenderToString + href: api/CilTools.Visualization.SyntaxVisualizer.html#CilTools_Visualization_SyntaxVisualizer_RenderToString_ + commentId: Overload:CilTools.Visualization.SyntaxVisualizer.RenderToString + fullName: CilTools.Visualization.SyntaxVisualizer.RenderToString + nameWithType: SyntaxVisualizer.RenderToString +- uid: CilTools.Visualization.SyntaxVisualizer.StartBlock(CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + name: StartBlock(VisualizationOptions, TextWriter) + href: api/CilTools.Visualization.SyntaxVisualizer.html#CilTools_Visualization_SyntaxVisualizer_StartBlock_CilTools_Visualization_VisualizationOptions_System_IO_TextWriter_ + commentId: M:CilTools.Visualization.SyntaxVisualizer.StartBlock(CilTools.Visualization.VisualizationOptions,System.IO.TextWriter) + fullName: CilTools.Visualization.SyntaxVisualizer.StartBlock(CilTools.Visualization.VisualizationOptions, System.IO.TextWriter) + nameWithType: SyntaxVisualizer.StartBlock(VisualizationOptions, TextWriter) +- uid: CilTools.Visualization.SyntaxVisualizer.StartBlock* + name: StartBlock + href: api/CilTools.Visualization.SyntaxVisualizer.html#CilTools_Visualization_SyntaxVisualizer_StartBlock_ + commentId: Overload:CilTools.Visualization.SyntaxVisualizer.StartBlock + fullName: CilTools.Visualization.SyntaxVisualizer.StartBlock + nameWithType: SyntaxVisualizer.StartBlock +- uid: CilTools.Visualization.UrlProviderBase + name: UrlProviderBase + href: api/CilTools.Visualization.UrlProviderBase.html + commentId: T:CilTools.Visualization.UrlProviderBase + fullName: CilTools.Visualization.UrlProviderBase + nameWithType: UrlProviderBase +- uid: CilTools.Visualization.UrlProviderBase.#ctor + name: UrlProviderBase() + href: api/CilTools.Visualization.UrlProviderBase.html#CilTools_Visualization_UrlProviderBase__ctor + commentId: M:CilTools.Visualization.UrlProviderBase.#ctor + fullName: CilTools.Visualization.UrlProviderBase.UrlProviderBase() + nameWithType: UrlProviderBase.UrlProviderBase() +- uid: CilTools.Visualization.UrlProviderBase.#ctor* + name: UrlProviderBase + href: api/CilTools.Visualization.UrlProviderBase.html#CilTools_Visualization_UrlProviderBase__ctor_ + commentId: Overload:CilTools.Visualization.UrlProviderBase.#ctor + fullName: CilTools.Visualization.UrlProviderBase.UrlProviderBase + nameWithType: UrlProviderBase.UrlProviderBase +- uid: CilTools.Visualization.UrlProviderBase.GetMemberUrl(System.Reflection.MemberInfo) + name: GetMemberUrl(MemberInfo) + href: api/CilTools.Visualization.UrlProviderBase.html#CilTools_Visualization_UrlProviderBase_GetMemberUrl_System_Reflection_MemberInfo_ + commentId: M:CilTools.Visualization.UrlProviderBase.GetMemberUrl(System.Reflection.MemberInfo) + fullName: CilTools.Visualization.UrlProviderBase.GetMemberUrl(System.Reflection.MemberInfo) + nameWithType: UrlProviderBase.GetMemberUrl(MemberInfo) +- uid: CilTools.Visualization.UrlProviderBase.GetMemberUrl* + name: GetMemberUrl + href: api/CilTools.Visualization.UrlProviderBase.html#CilTools_Visualization_UrlProviderBase_GetMemberUrl_ + commentId: Overload:CilTools.Visualization.UrlProviderBase.GetMemberUrl + fullName: CilTools.Visualization.UrlProviderBase.GetMemberUrl + nameWithType: UrlProviderBase.GetMemberUrl +- uid: CilTools.Visualization.VisualizationOptions + name: VisualizationOptions + href: api/CilTools.Visualization.VisualizationOptions.html + commentId: T:CilTools.Visualization.VisualizationOptions + fullName: CilTools.Visualization.VisualizationOptions + nameWithType: VisualizationOptions +- uid: CilTools.Visualization.VisualizationOptions.#ctor + name: VisualizationOptions() + href: api/CilTools.Visualization.VisualizationOptions.html#CilTools_Visualization_VisualizationOptions__ctor + commentId: M:CilTools.Visualization.VisualizationOptions.#ctor + fullName: CilTools.Visualization.VisualizationOptions.VisualizationOptions() + nameWithType: VisualizationOptions.VisualizationOptions() +- uid: CilTools.Visualization.VisualizationOptions.#ctor* + name: VisualizationOptions + href: api/CilTools.Visualization.VisualizationOptions.html#CilTools_Visualization_VisualizationOptions__ctor_ + commentId: Overload:CilTools.Visualization.VisualizationOptions.#ctor + fullName: CilTools.Visualization.VisualizationOptions.VisualizationOptions + nameWithType: VisualizationOptions.VisualizationOptions +- uid: CilTools.Visualization.VisualizationOptions.EnableInstructionNavigation + name: EnableInstructionNavigation + href: api/CilTools.Visualization.VisualizationOptions.html#CilTools_Visualization_VisualizationOptions_EnableInstructionNavigation + commentId: P:CilTools.Visualization.VisualizationOptions.EnableInstructionNavigation + fullName: CilTools.Visualization.VisualizationOptions.EnableInstructionNavigation + nameWithType: VisualizationOptions.EnableInstructionNavigation +- uid: CilTools.Visualization.VisualizationOptions.EnableInstructionNavigation* + name: EnableInstructionNavigation + href: api/CilTools.Visualization.VisualizationOptions.html#CilTools_Visualization_VisualizationOptions_EnableInstructionNavigation_ + commentId: Overload:CilTools.Visualization.VisualizationOptions.EnableInstructionNavigation + fullName: CilTools.Visualization.VisualizationOptions.EnableInstructionNavigation + nameWithType: VisualizationOptions.EnableInstructionNavigation +- uid: CilTools.Visualization.VisualizationOptions.EnableSyntaxHighlighting + name: EnableSyntaxHighlighting + href: api/CilTools.Visualization.VisualizationOptions.html#CilTools_Visualization_VisualizationOptions_EnableSyntaxHighlighting + commentId: P:CilTools.Visualization.VisualizationOptions.EnableSyntaxHighlighting + fullName: CilTools.Visualization.VisualizationOptions.EnableSyntaxHighlighting + nameWithType: VisualizationOptions.EnableSyntaxHighlighting +- uid: CilTools.Visualization.VisualizationOptions.EnableSyntaxHighlighting* + name: EnableSyntaxHighlighting + href: api/CilTools.Visualization.VisualizationOptions.html#CilTools_Visualization_VisualizationOptions_EnableSyntaxHighlighting_ + commentId: Overload:CilTools.Visualization.VisualizationOptions.EnableSyntaxHighlighting + fullName: CilTools.Visualization.VisualizationOptions.EnableSyntaxHighlighting + nameWithType: VisualizationOptions.EnableSyntaxHighlighting +- uid: CilTools.Visualization.VisualizationOptions.GetOption(System.String) + name: GetOption(String) + href: api/CilTools.Visualization.VisualizationOptions.html#CilTools_Visualization_VisualizationOptions_GetOption_System_String_ + commentId: M:CilTools.Visualization.VisualizationOptions.GetOption(System.String) + fullName: CilTools.Visualization.VisualizationOptions.GetOption(System.String) + nameWithType: VisualizationOptions.GetOption(String) +- uid: CilTools.Visualization.VisualizationOptions.GetOption* + name: GetOption + href: api/CilTools.Visualization.VisualizationOptions.html#CilTools_Visualization_VisualizationOptions_GetOption_ + commentId: Overload:CilTools.Visualization.VisualizationOptions.GetOption + fullName: CilTools.Visualization.VisualizationOptions.GetOption + nameWithType: VisualizationOptions.GetOption +- uid: CilTools.Visualization.VisualizationOptions.HighlightingEndOffset + name: HighlightingEndOffset + href: api/CilTools.Visualization.VisualizationOptions.html#CilTools_Visualization_VisualizationOptions_HighlightingEndOffset + commentId: P:CilTools.Visualization.VisualizationOptions.HighlightingEndOffset + fullName: CilTools.Visualization.VisualizationOptions.HighlightingEndOffset + nameWithType: VisualizationOptions.HighlightingEndOffset +- uid: CilTools.Visualization.VisualizationOptions.HighlightingEndOffset* + name: HighlightingEndOffset + href: api/CilTools.Visualization.VisualizationOptions.html#CilTools_Visualization_VisualizationOptions_HighlightingEndOffset_ + commentId: Overload:CilTools.Visualization.VisualizationOptions.HighlightingEndOffset + fullName: CilTools.Visualization.VisualizationOptions.HighlightingEndOffset + nameWithType: VisualizationOptions.HighlightingEndOffset +- uid: CilTools.Visualization.VisualizationOptions.HighlightingStartOffset + name: HighlightingStartOffset + href: api/CilTools.Visualization.VisualizationOptions.html#CilTools_Visualization_VisualizationOptions_HighlightingStartOffset + commentId: P:CilTools.Visualization.VisualizationOptions.HighlightingStartOffset + fullName: CilTools.Visualization.VisualizationOptions.HighlightingStartOffset + nameWithType: VisualizationOptions.HighlightingStartOffset +- uid: CilTools.Visualization.VisualizationOptions.HighlightingStartOffset* + name: HighlightingStartOffset + href: api/CilTools.Visualization.VisualizationOptions.html#CilTools_Visualization_VisualizationOptions_HighlightingStartOffset_ + commentId: Overload:CilTools.Visualization.VisualizationOptions.HighlightingStartOffset + fullName: CilTools.Visualization.VisualizationOptions.HighlightingStartOffset + nameWithType: VisualizationOptions.HighlightingStartOffset +- uid: CilTools.Visualization.VisualizationOptions.SetOption(System.String,System.Object) + name: SetOption(String, Object) + href: api/CilTools.Visualization.VisualizationOptions.html#CilTools_Visualization_VisualizationOptions_SetOption_System_String_System_Object_ + commentId: M:CilTools.Visualization.VisualizationOptions.SetOption(System.String,System.Object) + fullName: CilTools.Visualization.VisualizationOptions.SetOption(System.String, System.Object) + nameWithType: VisualizationOptions.SetOption(String, Object) +- uid: CilTools.Visualization.VisualizationOptions.SetOption* + name: SetOption + href: api/CilTools.Visualization.VisualizationOptions.html#CilTools_Visualization_VisualizationOptions_SetOption_ + commentId: Overload:CilTools.Visualization.VisualizationOptions.SetOption + fullName: CilTools.Visualization.VisualizationOptions.SetOption + nameWithType: VisualizationOptions.SetOption diff --git a/scripts/push.ps1 b/scripts/push.ps1 index f07d5d3..d6298d2 100644 --- a/scripts/push.ps1 +++ b/scripts/push.ps1 @@ -1,5 +1,5 @@ # Publish nuget packages -$ver = "2.8.0" +$ver = "2.9.0" $src = "nuget.org2" $Env:Path += ";C:\Distr\Microsoft\nuget 4.1\"