forked from wbsnipes/ASDChapter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path26Snipes_CodeListings.tex
More file actions
25 lines (18 loc) · 1.26 KB
/
26Snipes_CodeListings.tex
File metadata and controls
25 lines (18 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
The following code listings show the code for Build It Yourself for Visual Studio in section \ref{buildItYourself}.
Listing for CollectorPackage.cs
\lstinputlisting[caption=CollectorPackage, breaklines=true, label=code:CollectorPackage_4]{VisualStudioMonitor/Collector/CollectorPackage.cs}
\newpage
Listing for DataRecorder.cs
\lstinputlisting[caption=DataRecorder, breaklines=true, label=code:DataRecorder_4]{VisualStudioMonitor/Monitor/DataRecorder.cs}
\newpage
Listing for AbstractMonitoredEvent.cs
\lstinputlisting[caption=AbstractMonitoredEvent, breaklines=true, label=code:AbstractMonitoredEvent_4]{VisualStudioMonitor/Monitor/AbstractMonitoredEvent.cs}
\newpage
Listing for MonitoredCommandEvent.cs
\lstinputlisting[caption=MonitoredCommandEvent, breaklines=true, label=code:MonitoredCommandEvent_4]{VisualStudioMonitor/Monitor/MonitoredCommandEvent.cs}
\newpage
Listing for MonitoredEventFactory.cs
\lstinputlisting[caption=MonitoredEventFactory, breaklines=true, label=code:MonitoredEventFactory_4]{VisualStudioMonitor/Monitor/MonitoredEventFactory.cs}
\newpage
Listing for MonitoredEventCollection.cs
\lstinputlisting[caption=MonitoredEventCollection, breaklines=true, label=code:MonitoredEventCollection_4]{VisualStudioMonitor/Monitor/MonitoredEventCollection.cs}