Comparazione classi Framework 1.1 - 2.0 RTM
Filtra
Tipo (maiuscole/minuscole):
Flag classe
Flag membro

Legenda

- non presente nella 2.0 RTM
+ aggiunto nella 2.0 RTM
= invariato
!= variato rispetto alla 1.1

Namespace System.Web

Totale classi: 1418, di cui
  • 778 nuove
  • 989 modificate
  • 0 rimosse

Pagina 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ...

 System.Web.SessionState.IRequiresSessionState =

 System.Web.SessionState.IReadOnlySessionState =

 System.Web.SessionState.SessionStateMode !=
 +Custom 
 =InProc 
 =InProc 
 =Off 
 =Off 
 =SQLServer 
 =SQLServer 
 =StateServer 
 =StateServer 
 =value__ 
 =value__ 

 System.Web.SessionState.HttpSessionState !=
 =Abandon ()
 =Abandon ()
 =Add (String name, Object value)
 =Add (String name, Object value)
 =Clear ()
 =Clear ()
 =CopyTo (Array array, Int32 index)
 =CopyTo (Array array, Int32 index)
 =GetEnumerator ()
 =GetEnumerator ()
 =Remove (String name)
 =Remove (String name)
 =RemoveAll ()
 =RemoveAll ()
 =RemoveAt (Int32 index)
 =RemoveAt (Int32 index)
 =CodePage 
 =CodePage 
 =Contents 
 =Contents 
 +CookieMode 
 =Count 
 =Count 
 =IsCookieless 
 =IsCookieless 
 =IsNewSession 
 =IsNewSession 
 =IsReadOnly 
 =IsReadOnly 
 =IsSynchronized 
 =IsSynchronized 
 =Item [String name]
 =Item [Int32 index]
 =Item [String name]
 =Item [Int32 index]
 =Keys 
 =Keys 
 =LCID 
 =LCID 
 =Mode 
 =Mode 
 =SessionID 
 =SessionID 
 =StaticObjects 
 =StaticObjects 
 =SyncRoot 
 =SyncRoot 
 =Timeout 
 =Timeout 

 System.Web.SessionState.SessionStateModule =
 =.ctor ()
 =End 
 =Start 
 =Dispose ()
 =Init (HttpApplication app)

 System.Web.SessionState.IStateRuntime !=
 =ProcessRequest (IntPtr tracker, Int32 verb, String uri, Int32 exclusive, Int32 timeout, Int32 lockCookieExists, Int32 lockCookie, Int32 contentLength, IntPtr content)
 =ProcessRequest (IntPtr tracker, Int32 verb, String uri, Int32 exclusive, Int32 timeout, Int32 lockCookieExists, Int32 lockCookie, Int32 contentLength, IntPtr content)
 +ProcessRequest (IntPtr tracker, Int32 verb, String uri, Int32 exclusive, Int32 extraFlags, Int32 timeout, Int32 lockCookieExists, Int32 lockCookie, Int32 contentLength, IntPtr content)
 =StopProcessing ()
 =StopProcessing ()

 System.Web.SessionState.StateRuntime !=
 =.ctor ()
 =.ctor ()
 =ProcessRequest (IntPtr tracker, Int32 verb, String uri, Int32 exclusive, Int32 timeout, Int32 lockCookieExists, Int32 lockCookie, Int32 contentLength, IntPtr content)
 =ProcessRequest (IntPtr tracker, Int32 verb, String uri, Int32 exclusive, Int32 timeout, Int32 lockCookieExists, Int32 lockCookie, Int32 contentLength, IntPtr content)
 +ProcessRequest (IntPtr tracker, Int32 verb, String uri, Int32 exclusive, Int32 extraFlags, Int32 timeout, Int32 lockCookieExists, Int32 lockCookie, Int32 contentLength, IntPtr content)
 =StopProcessing ()
 =StopProcessing ()

 System.Web.UI.BaseParser =
 =.ctor ()

 System.Web.UI.TemplateParser =

 System.Web.UI.AttributeCollection !=
 =.ctor ()
 =.ctor ()
 =Add (String key, String value)
 =Add (String key, String value)
 =AddAttributes (HtmlTextWriter writer)
 =AddAttributes (HtmlTextWriter writer)
 =Clear ()
 =Clear ()
 +Equals (Object o)
 +GetHashCode ()
 =Remove (String key)
 =Remove (String key)
 =Render (HtmlTextWriter writer)
 =Render (HtmlTextWriter writer)
 =Count 
 =Count 
 =CssStyle 
 =CssStyle 
 =Item [String key]
 =Item [String key]
 =Keys 
 =Keys 

 System.Web.UI.ControlBuilder !=
 =.ctor ()
 =.ctor ()
 +DesignerFilter 
 =AllowWhitespaceLiterals ()
 =AllowWhitespaceLiterals ()
 =AppendLiteralString (String s)
 =AppendLiteralString (String s)
 =AppendSubBuilder (ControlBuilder subBuilder)
 =AppendSubBuilder (ControlBuilder subBuilder)
 +BuildObject ()
 =CloseControl ()
 =CloseControl ()
 =CreateBuilderFromType (TemplateParser parser, ControlBuilder parentBuilder, Type type, String tagName, String id, IDictionary attribs, Int32 line, String sourceFileName)
 =CreateBuilderFromType (TemplateParser parser, ControlBuilder parentBuilder, Type type, String tagName, String id, IDictionary attribs, Int32 line, String sourceFileName)
 =GetChildControlType (String tagName, IDictionary attribs)
 =GetChildControlType (String tagName, IDictionary attribs)
 +GetObjectPersistData ()
 +GetResourceKey ()
 =HasBody ()
 =HasBody ()
 =HtmlDecodeLiterals ()
 =HtmlDecodeLiterals ()
 =Init (TemplateParser parser, ControlBuilder parentBuilder, Type type, String tagName, String id, IDictionary attribs)
 =Init (TemplateParser parser, ControlBuilder parentBuilder, Type type, String tagName, String id, IDictionary attribs)
 =NeedsTagInnerText ()
 =NeedsTagInnerText ()
 =OnAppendToParentBuilder (ControlBuilder parentBuilder)
 =OnAppendToParentBuilder (ControlBuilder parentBuilder)
 +SetResourceKey (String resourceKey)
 +SetServiceProvider (IServiceProvider serviceProvider)
 =SetTagInnerText (String text)
 =SetTagInnerText (String text)
 +BindingContainerType 
 =ControlType 
 =ControlType 
 +CurrentFilterResolutionService 
 +DeclareType 
 =HasAspCode 
 =HasAspCode 
 =ID 
 =ID 
 +Localize 
 =NamingContainerType 
 =NamingContainerType 
 +ServiceProvider 
 =TagName 
 =TagName 
 +ThemeResolutionService 

 System.Web.UI.RenderMethod =
 =.ctor ()
 =BeginInvoke (HtmlTextWriter output, Control container, AsyncCallback callback, Object object)
 =EndInvoke (IAsyncResult result)
 =Invoke (HtmlTextWriter output, Control container)

 System.Web.UI.BuildMethod =
 =.ctor ()
 =BeginInvoke (AsyncCallback callback, Object object)
 =EndInvoke (IAsyncResult result)
 =Invoke ()

 System.Web.UI.IParserAccessor =
 =AddParsedSubObject (Object obj)

Powered by Ricciolo