XamlType.BaseType Property
Namespace: System.Xaml
Assembly: System.Xaml (in System.Xaml.dll)
If you do not use the default internal CLR reflection technique for a XamlType, calls to this property can invoke LookupBaseType overrides on XamlType derived classes. For more information about return values and other behavior, see the documentation for LookupBaseType on this type. By default, BaseType returns an internal constant that represents an Object if UnderlyingType is Nothing.
Security Note |
|---|
LookupBaseType is virtual, and therefore, can be overridden. The override has the potential (whether for malicious purposes or otherwise) to change the reported type information about a XAML type so that it no longer aligns in an expected way with the type system information of its underlying CLR type. For any security-critical checks of assignment operations and access, use the underlying CLR type instead. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Security Note