forked from dotnet/dotnet-api-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathISymUnmanagedDocument.xml
35 lines (35 loc) · 1.6 KB
/
ISymUnmanagedDocument.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<Type Name="ISymUnmanagedDocument" FullName="ISymUnmanagedDocument">
<TypeSignature Language="C#" Value="public struct ISymUnmanagedDocument" />
<TypeSignature Language="ILAsm" Value=".class public sequential ansi sealed ISymUnmanagedDocument extends System.ValueType" />
<TypeSignature Language="DocId" Value="T:ISymUnmanagedDocument" />
<TypeSignature Language="VB.NET" Value="Public Structure ISymUnmanagedDocument" />
<TypeSignature Language="F#" Value="type ISymUnmanagedDocument = struct" />
<TypeSignature Language="C++ CLI" Value="public value class ISymUnmanagedDocument" />
<AssemblyInfo>
<AssemblyName>ISymWrapper</AssemblyName>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.ValueType</BaseTypeName>
</Base>
<Interfaces />
<Attributes>
<Attribute>
<AttributeName Language="C#">[Microsoft.VisualC.DebugInfoInPDB]</AttributeName>
<AttributeName Language="F#">[<Microsoft.VisualC.DebugInfoInPDB>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[Microsoft.VisualC.MiscellaneousBits(65)]</AttributeName>
<AttributeName Language="F#">[<Microsoft.VisualC.MiscellaneousBits(65)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.CLSCompliant(false)]</AttributeName>
<AttributeName Language="F#">[<System.CLSCompliant(false)>]</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>Represents a document referenced by a symbol store.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members />
</Type>