代码搜索:OPENNETCF
找到约 506 项符合「OPENNETCF」的源代码
代码结果 506
www.eeworm.com/read/442725/1754375
cs program.cs
//---------------------------------------------------------------------------------
// Copyright (c) 2008 David Vescovi. All rights reserved.
//
// Exercise the notification LED via OpenNETCF API
www.eeworm.com/read/187126/5226271
cs ieventlogwriter.cs
using System;
namespace OpenNETCF.Diagnostics
{
///
/// Defines the interface that will be used by EventLog to write to a log
///
public interface IEventLogWriter
{
www.eeworm.com/read/325701/3480677
cs ieventlogwritter.cs
using System;
namespace OpenNETCF.Diagnostics
{
///
/// Defines the interface that will be used by EventLog to write to a log
///
public interface IEventLogWritter
{
www.eeworm.com/read/325701/3480680
cs ieventlogwriter.cs
using System;
namespace OpenNETCF.Diagnostics
{
///
/// Defines the interface that will be used by EventLog to write to a log
///
public interface IEventLogWriter
{
www.eeworm.com/read/187126/5226273
cs eventlogwritertype.cs
using System;
namespace OpenNETCF.Diagnostics
{
///
/// Defines the type of Event log writers available
///
public enum EventLogWriterType
{
///
///
www.eeworm.com/read/325701/3480683
cs eventlogwritertype.cs
using System;
namespace OpenNETCF.Diagnostics
{
///
/// Defines the type of Event log writers available
///
public enum EventLogWriterType
{
///
///
www.eeworm.com/read/187126/5226269
cs eventlogentry.cs
using System;
namespace OpenNETCF.Diagnostics
{
///
/// Summary description for EventLogEntry.
///
public class EventLogEntry
{
private short categoryNumber;
p
www.eeworm.com/read/187126/5226270
cs entrywritteneventargs.cs
using System;
namespace OpenNETCF.Diagnostics
{
///
/// Event arguments for the last entry written to the log EntryWrittenEventArgs.
///
public class EntryWrittenEvent
www.eeworm.com/read/187126/5226272
cs eventlogentrycollection.cs
using System;
using System.Collections;
namespace OpenNETCF.Diagnostics
{
///
/// Summary description for EventLogEntryCollection.
///
public class EventLogEntryColle
www.eeworm.com/read/325701/3480678
cs eventlogentry.cs
using System;
namespace OpenNETCF.Diagnostics
{
///
/// Summary description for EventLogEntry.
///
public class EventLogEntry
{
private short categoryNumber;
p