GeneratedInternalTypeHelper

GeneratedInternalTypeHelper

Namespace:
XamlGeneratedNamespace
Type:
Class
Public:
Yes
Protected:
No
Sealed:
Yes
Abstract:
No
Inherits from:
System.Windows.Markup.InternalTypeHelper

Constructors

GeneratedInternalTypeHelper

Default constructor

Signature:
public Void GeneratedInternalTypeHelper()

Methods

AddEventHandler

AddEventHandler

Signature:
protected Void AddEventHandler(eventInfo, target, handler)
Parameters
Name Type Summary
eventInfo EventInfo
target Object
handler Delegate

CreateDelegate

CreateDelegate

Signature:
protected Delegate CreateDelegate(delegateType, target, handler)
Parameters
Name Type Summary
delegateType Type
target Object
handler String

CreateInstance

CreateInstance

Signature:
protected Object CreateInstance(type, culture)
Parameters
Name Type Summary
type Type
culture CultureInfo

GetPropertyValue

GetPropertyValue

Signature:
protected Object GetPropertyValue(propertyInfo, target, culture)
Parameters
Name Type Summary
propertyInfo PropertyInfo
target Object
culture CultureInfo

SetPropertyValue

SetPropertyValue

Signature:
protected Void SetPropertyValue(propertyInfo, target, value, culture)
Parameters
Name Type Summary
propertyInfo PropertyInfo
target Object
value Object
culture CultureInfo