Allowed Types for Web Applications
Web applications are restricted to the following .NET Framework types:
- Microsoft.MediaCenter.dll
- All public types
- Microsoft.MediaCenter.UI.dll
- All public types
- mscorlib.dll (System namespace)
- System.Boolean
- System.Byte
- System.Char
- System.Collections.IDictionary
- System.Collections.IList
- System.DateTime
- System.DateTimeKind
- System.DayOfWeek
- System.Decimal
- System.Double
- System.Guid
- System.Int16
- System.Int32
- System.Int64
- System.Object
- System.Random
- System.SByte
- System.Single
- System.String
- System.Text.RegularExpressions.Regex
- System.Text.StringBuilder
- System.TimeSpan
- System.TimeZone
- System.UInt16
- System.UInt32
- System.UInt64
- System.Version
- System.dll
- System.Uri
See Also