M

 
Index
bySimon Robinsonet al.
Wrox Press 2002
  
M \t, Chapter 1: C# and .NET Architecture
machine configuration files, Configuration Categories
security\rsecurityconfig, The Security Configuration File
Machine level, Viewing an Assembly's Code Groups
configuration file\rsecurityconfig, The Security Configuration File
Machine level \i \r policylevels, Policy Levels: Machine, User, and Enterprise
machine.config file
predefined channels \b \rmachine, Predefined Channels in machine.config
MachineName property, ServiceController class, Monitoring the Service
main function, Windows services, Important
main function, Windows services \i \rmain2, Main Function
Main method
args parameter \rargs1, Passing Arguments to Main()
Main method \i \rMain2, The Main() Method
Main method \rMain1, A Closer Look
main switch, C# compiler \rmain3, Multiple Main() Methods
MainMenu class, Windows Forms, Menus
make files \i \rmake1, Building, Compiling, and Making
makecert command, Distributing Code Using Certificates
private key files, Distributing Code Using Certificates
Managed C++ (see Visual C++) \t, Managed C++
managed code \i \rmanaged1, Advantages of Managed Code
managed heaps, Value Types and Reference Types
managed heaps \i \rheaps1, Memory Management Under the Hood
managed types, Pointer Syntax
manifests , assemblies, Assemblies
manifests, assemblies \i \rmanifests1, Assembly Manifests
manual registration, COM+, Using COM+ Services with .NET Assemblies
MappingName property, Windows Forms DataGridColumnStyle class, DataGridTableStyle and DataGridColumnStyle
MappingName property, Windows Forms DataGridTableStyle class, DataGridTableStyle and DataGridColumnStyle
MappingName property, Windows Forms DataGridTableStyle class \rMappingName1, DataGridTableStyle and DataGridColumnStyle
maps (see dictionaries) \t, Dictionaries
Marshal class
ReleaseComObject method, Releasing COM Objects
MarshalByRefObject class, Hosting Remote Servers in ASP.NET
MarshalByRefObject class \rMarshalByRefObject1, Remote Objects
Match class, regular expressions
Groups property, Matches, Groups, and Captures
Index property, The RegularExpressionsPlayaround Example
Match class, regular expressions \rMatch1, The RegularExpressionsPlayaround Example
MatchCollection class, regular expressions \rMatchCollection1, The RegularExpressionsPlayaround Example
MatchCollection class, regular expressions \rMatchCollection2, Displaying Results
Matches method, regular expressions RegEx class \rMatches1, The RegularExpressionsPlayaround Example
MaxCapacity property, StringBuilder class, StringBuilder Members
MaximumAutomaticRedirections property, HttpWebRequest class, WebRequest and WebResponse Classes
MaxSize property, FontDialog class, FontDialog
Me keyword, VB, Fields and Local Variables
MeasureString method, Graphics class, Responding to User Input
MeasureString method, Graphics class \rMeasureString1, Calculating Item Sizes and Document Size
Meeting Room Booker example, see ee event booking application example
member elements, C# documentation \rmember1, XML Documentation
member variables (see fields, classes) \t, Class Members
MemberInfo class, The TypeView Example
MemberInfo class \rMemberInfo1, The TypeView Example
members, classes
pointers to members \b \rmembers1, Pointers to Class Members
static members \b \rstatic1, Using Static Members
members, classes \i \rmembers1, Class Members
membership conditions, Code Groups
MemberwiseClone method, Object class, System.Object
memory management
managed heaps \b \rheaps1, Memory Management Under the Hood
reference types \b \rreference1, Memory Management Under the Hood
stacks \b \rstacks1, Memory Management Under the Hood
value types \b \rvalue1, Memory Management Under the Hood
virtual addressing, Memory Management Under the Hood
memory management \i \rmemory1, Memory Management Under the Hood
Menu class, Windows Forms, Menus
MenuItem class, Menus
menus
nus\rconmenus, Context Menus
nus\rdynmenus, Dynamic Menus
menus\rmenus, Menus
Merge method, ADO.NET DataSet class, Copying and Merging Data
merge modules \i \rmerge1, Deployment of DLLs
Message property, Exception class, System.Exception Properties
message queues, The Invalidate() Method
message queuing service
COM+ services\b, Message Queuing
message sinks, Contexts
message sinks \i \rmessagesinks, Message Sinks
MessageBox API function \rMessageBox1, Attributes
MessageBox class
Show method, The TypeView Example
MessageBox class, Windows Forms, The TypeView Example
MessageQueuePermission, Code Access Permissions and Permissions Sets
messages, .NET Remoting, .NET Remoting Overview
messages, .NET Remoting\rmessages, Messages
metadata, assemblies, Assembly Structure
metadata, assemblies \rmetadata1, Features of Assemblies
metadata, assemblies \rmetadata2, Assembly Structure
metadata, assemblies \rmetadata3, Assembly Manifests
MethodInfo class, Methods
methods
\b \rremotemethods, Passing Objects in Remote Methods
methods \rvirtual2, Polymorphism and Virtual Members
delegates \b \rdelegates1, Delegates
e methods \b \rinstance1, How Instance and Static Methods are Implemented in Memory
hiding, Method Overriding and Hiding
hiding \b \rhiding1, Method Hiding
methods, Sealed Classes and Methods
methods \b \rsealed1, Sealed Classes and Methods
methods \b \rstatic4, Creating Static Methods
overloading \b \roverloading1, Overloading Methods
overloading \roverloading2, Adding Inheritance
overriding, Method Overriding and Hiding
overriding \b \roverriding1, Adding Inheritance
parameters, Different Output Types
parameters \b \rparameters1, Passing Parameters to Methods
signatures, Method Hiding
t methods, Defining an Abstract Class
t methods \b \rabstract3, Abstract Functions and Base Classes
methods \i \rmethods1, Class Members
Microsoft Intermediate Language (see IL) \t, Advantages of Managed Code
Microsoft Management Console (see MMC) \t, MMC Computer Management
Microsoft Transaction Server, see MTS \t, Features of COM+ Services
Microsoft Windows Installer \i \rInstaller1, Why the Microsoft Windows Installer (MSI) is Still Important
Microsoft.Win32 namespace, Chapter 12: File and Registry Operations
Registry class, The .NET Registry Classes
RegistryKey class \rRegistryKey1, The .NET Registry Classes
Minimum Permissions, Requesting Permissions
MinSize property, FontDialog class, FontDialog
MMC (Microsoft Management Console)
Computer Management tool, Recovery
managing code access security, Caspol.exe Code Access Security Policy Tool
specifying levels of trust for code access groups, Caspol.exe Code Access Security Policy Tool
MMC (Microsoft Management Console) \i \rMMC, MMC Computer Management
modal dialogs, Modal vs. Modeless
compared to modeless dialogs, Modal vs. Modeless
ShowDialog method, Form class, Opening a Dialog
mode attribute, wellknown element, Configuration Files
modeless dialogs, Modal vs. Modeless
compared to modal dialogs, Modal vs. Modeless
Show method, Form class, Opening a Dialog
modifiers \rmodifiers1, A Closer Look
modifiers \rmodifiers2, Function Members
modules \i \rmodules1, Creating Modules and Assemblies
Monitor class, What is Synchronization?
Mortimer Phones example, Defining an Abstract Class
Customer class, Polymorphism and Virtual Members
Customer class \rCustomer1, Using Inheritance in C#
Customer class \rCustomer2, Adding Inheritance
EmployeeData class, The MortimerPhonesEmployees Example
EmployeeID class, The MortimerPhonesEmployees Example
EmployeeID class \rEmployeeID1, The MortimerPhonesEmployees Example
GenericCustomer class, Defining an Abstract Class
GenericCustomer class \rGenericCustomer1, Defining an Abstract Class
Main method \rMain2, Using Inheritance in C#
Nevermore60Customer class, Polymorphism and Virtual Members
Nevermore60Customer class \rNevermore60Customer1, Adding Inheritance
Nevermore60Customer class \rNevermore60Customer2, Polymorphism and Virtual Members
Nevermore60Customer class \rNevermore60Customer3, Defining an Abstract Class
PayAsYouGoCustomer class, Defining an Abstract Class
PayAsYouGoCustomer class \rPayAsYouGoCustomer1, Defining an Abstract Class
TestHarness class, The MortimerPhonesEmployees Example
TestHarness class \rTestHarness1, The MortimerPhonesEmployees Example
Mortimer Phones example \rMortimer1, Using Inheritance in C#
Mortimer Phones example \rMortimer2, Class Hierarchies and Class Design
MortimerColdCall example, User-Defined Exception Classes
ColdCallFileFormatException class \rColdCallFileFormatException1, Defining the Exception Classes
ColdCallFileReader class, Throwing the User-Defined Exceptions
ColdCallFileReader class \rColdCallFileReader1, Catching the User-Defined Exceptions
LandLineSpyFoundException class \rLandLineSpyFoundException1, Defining the Exception Classes
Main method \rMain1, Catching the User-Defined Exceptions
UnexpectedException class \rUnexpectedException1, Defining the Exception Classes
MouseEventArgs class, Responding to User Input
MoveNext method, IEnumerator interface \rMoveNext1, What is a Collection?
MoveNext method, XPathNodeIterator class, Using Classes from the XPath Namespace
MoveTo method, DirectoryInfo class, .NET Classes that Represent Files and Folders
MoveTo method, FileInfo class, .NET Classes that Represent Files and Folders
MoveTo method, XPathNavigator class, XPathNavigator
MoveToAttribute method, XPathNavigator class, XPathNavigator
MoveToContent method, XmlTextReader class \rMoveToContent1, Read Methods
MoveToFirst method, XPathNavigator class, XPathNavigator
MoveToFirstAttribute method, XPathNavigator class, XPathNavigator
MoveToFirstChild method, XPathNavigator class, XPathNavigator
MoveToId method, XPathNavigator class, XPathNavigator
MoveToLast method, XPathNavigator class, XPathNavigator
MoveToNext method, XPathNavigator class, XPathNavigator
MoveToNextAttribute method, XPathNavigator class, XPathNavigator
MoveToParent method, XPathNavigator class, XPathNavigator
MoveToPrevious method, XPathNavigator class, XPathNavigator
MoveToRoot method, XPathNavigator class, XPathNavigator
MSDN documentation, Visual Studio .NET
MSXML parser \i \rMSXML1, Using MSXML in .NET
MTS (Microsoft Transaction Server)
COM+ services and, Features of COM+ Services
MTS administrator, The Component Services Snap-In
multicast delegates \i \rmulticast1, Multicast Delegates
MulticastDelegate class, Asynchronous Remoting
multidimensional arrays \i \rmultidimensional1, Multidimensional Arrays in C#
multiple casts \i \rmultiple1, Multiple Casting
multiple inheritance \i, Single and Multiple Inheritance
Multiselect property, OpenFileDialog class, OpenFileDialog
mutexes (mutual exclusion locks) \rmutexes1, What is Synchronization?
MyComputer zone, Code Groups
  


Professional C#. 2nd Edition
Performance Consulting: A Practical Guide for HR and Learning Professionals
ISBN: 1576754359
EAN: 2147483647
Year: 2002
Pages: 244

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net