Class XamlTypeInvoker
Inheritance
System.Object
XamlTypeInvoker
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: OpenSilver.Xaml.dll
Syntax
public class XamlTypeInvoker
Constructors
|
Improve this Doc
View Source
XamlTypeInvoker()
Declaration
protected XamlTypeInvoker()
|
Improve this Doc
View Source
XamlTypeInvoker(XamlType)
Declaration
public XamlTypeInvoker(XamlType type)
Parameters
Properties
|
Improve this Doc
View Source
SetMarkupExtensionHandler
Declaration
public EventHandler<XamlSetMarkupExtensionEventArgs> SetMarkupExtensionHandler { get; }
Property Value
|
Improve this Doc
View Source
SetTypeConverterHandler
Declaration
public EventHandler<XamlSetTypeConverterEventArgs> SetTypeConverterHandler { get; }
Property Value
|
Improve this Doc
View Source
Type
Declaration
protected XamlType Type { get; }
Property Value
|
Improve this Doc
View Source
UnknownInvoker
Declaration
public static XamlTypeInvoker UnknownInvoker { get; }
Property Value
Methods
|
Improve this Doc
View Source
AddToCollection(Object, Object)
Declaration
public virtual void AddToCollection(object instance, object item)
Parameters
Type |
Name |
Description |
System.Object |
instance |
|
System.Object |
item |
|
|
Improve this Doc
View Source
AddToDictionary(Object, Object, Object)
Declaration
public virtual void AddToDictionary(object instance, object key, object item)
Parameters
Type |
Name |
Description |
System.Object |
instance |
|
System.Object |
key |
|
System.Object |
item |
|
|
Improve this Doc
View Source
CreateInstance(Object[])
Declaration
public virtual object CreateInstance(object[] arguments)
Parameters
Type |
Name |
Description |
System.Object[] |
arguments |
|
Returns
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
GetAddMethod(XamlType)
Declaration
public virtual MethodInfo GetAddMethod(XamlType contentType)
Parameters
Type |
Name |
Description |
XamlType |
contentType |
|
Returns
Type |
Description |
System.Reflection.MethodInfo |
|
|
Improve this Doc
View Source
GetEnumeratorMethod()
Declaration
public virtual MethodInfo GetEnumeratorMethod()
Returns
Type |
Description |
System.Reflection.MethodInfo |
|
|
Improve this Doc
View Source
GetItems(Object)
Declaration
public virtual IEnumerator GetItems(object instance)
Parameters
Type |
Name |
Description |
System.Object |
instance |
|
Returns
Type |
Description |
System.Collections.IEnumerator |
|
|
Improve this Doc
View Source
ToImmutable(Object)
Declaration
public virtual object ToImmutable(object instance)
Parameters
Type |
Name |
Description |
System.Object |
instance |
|
Returns
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
ToMutable(Object)
Declaration
public virtual object ToMutable(object instance)
Parameters
Type |
Name |
Description |
System.Object |
instance |
|
Returns
Type |
Description |
System.Object |
|
Extension Methods