Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / xsp / System / Web / Compilation / ClientBuildManagerCallback.cs / 1 / ClientBuildManagerCallback.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /************************************************************************************************************/ namespace System.Web.Compilation { using System; using System.Security.Permissions; using System.CodeDom; using System.CodeDom.Compiler; using System.Web.UI; // // This is a callback class implemented by ClientBuildManager callers. It is used // to receive status information about the build. // [PermissionSet(SecurityAction.LinkDemand, Unrestricted = true)] [PermissionSet(SecurityAction.InheritanceDemand, Unrestricted = true)] public class ClientBuildManagerCallback : MarshalByRefObject { // This includes both errors and warnings public virtual void ReportCompilerError(CompilerError error) {} public virtual void ReportParseError(ParserError error) {} public virtual void ReportProgress(string message) {} } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RawTextInputReport.cs
- CloudCollection.cs
- COM2ExtendedTypeConverter.cs
- TableSectionStyle.cs
- DefinitionProperties.cs
- DbConnectionPoolIdentity.cs
- SortAction.cs
- UserControl.cs
- FixedSOMFixedBlock.cs
- LiteralTextContainerControlBuilder.cs
- HttpModulesSection.cs
- Range.cs
- TextWriter.cs
- ShaderRenderModeValidation.cs
- MailFileEditor.cs
- HighlightComponent.cs
- NotCondition.cs
- WebException.cs
- updateconfighost.cs
- TextWriter.cs
- SqlWriter.cs
- SelectionList.cs
- HwndMouseInputProvider.cs
- HtmlTableCell.cs
- CorrelationValidator.cs
- FrameworkPropertyMetadata.cs
- FontSizeConverter.cs
- CommandField.cs
- StyleSelector.cs
- RegexWorker.cs
- ScrollBar.cs
- AppliedDeviceFiltersDialog.cs
- PropertyGridView.cs
- LinkDesigner.cs
- ParenthesizePropertyNameAttribute.cs
- InputMethod.cs
- SchemaAttDef.cs
- TemplateComponentConnector.cs
- ActivityTypeCodeDomSerializer.cs
- ProfileManager.cs
- LinearGradientBrush.cs
- ItemAutomationPeer.cs
- Setter.cs
- MetabaseSettingsIis7.cs
- FileLogRecordHeader.cs
- RegexWorker.cs
- PluggableProtocol.cs
- DocumentViewerAutomationPeer.cs
- DateTimeOffsetStorage.cs
- SystemShuttingDownException.cs
- GridViewRow.cs
- DefaultExpression.cs
- ClientScriptManagerWrapper.cs
- ArrayHelper.cs
- Config.cs
- RemotingAttributes.cs
- PropertyTabAttribute.cs
- EntityCommandDefinition.cs
- ProvidePropertyAttribute.cs
- IBuiltInEvidence.cs
- Schema.cs
- CodeBinaryOperatorExpression.cs
- ScriptControlManager.cs
- StdValidatorsAndConverters.cs
- Frame.cs
- ConfigViewGenerator.cs
- DataServiceRequestOfT.cs
- ExtractorMetadata.cs
- TreeView.cs
- StringFreezingAttribute.cs
- PropertyGroupDescription.cs
- ComboBoxAutomationPeer.cs
- TripleDES.cs
- _BufferOffsetSize.cs
- DocumentViewerHelper.cs
- ProcessThreadCollection.cs
- BuildResultCache.cs
- FlowLayoutPanel.cs
- RSAOAEPKeyExchangeDeformatter.cs
- CompModHelpers.cs
- ScriptManagerProxy.cs
- PopOutPanel.cs
- AdornerPresentationContext.cs
- DocumentApplicationJournalEntry.cs
- PersistChildrenAttribute.cs
- SmtpReplyReader.cs
- AttachedPropertyDescriptor.cs
- SoapProtocolReflector.cs
- ErasingStroke.cs
- SqlFunctionAttribute.cs
- InstanceLockLostException.cs
- OletxResourceManager.cs
- DecoderBestFitFallback.cs
- AmbientLight.cs
- TransformDescriptor.cs
- InputReport.cs
- ExpiredSecurityTokenException.cs
- OrderedDictionaryStateHelper.cs
- OpenFileDialog.cs
- _SecureChannel.cs