XamlGeneratedNamespace.GeneratedInternalTypeHelper
<!– Class –>
GeneratedInternalTypeHelper
Inheritance Hierarchy
*System.Object
System.Windows.Markup.InternalTypeHelper
*XamlGeneratedNamespace.GeneratedInternalTypeHelper
Members Summary
Public Constructors
Protected Constructors
Name | Parameters | DeclaringType | Summary |
Public Methods
Protected Methods
Name | Parameters | DeclaringType | Summary |
AddEventHandler | EventInfo, Object, Delegate | InternalTypeHelper(overriden) | AddEventHandler |
CreateDelegate | Type, Object, String | InternalTypeHelper(overriden) | CreateDelegate |
CreateInstance | Type, CultureInfo | InternalTypeHelper(overriden) | CreateInstance |
Finalize | | Object | |
GetPropertyValue | PropertyInfo, Object, CultureInfo | InternalTypeHelper(overriden) | GetPropertyValue |
MemberwiseClone | | Object | |
SetPropertyValue | PropertyInfo, Object, Object, CultureInfo | InternalTypeHelper(overriden) | SetPropertyValue |
Public Properties
Name | Return | DeclaringType | Summary |
Protected Properties
Name | Return | DeclaringType | Summary |
Public Events
Name | Event Arguments | DeclaringType | Summary |
Public Constructors
GeneratedInternalTypeHelper()
Parameters
Protected Constructors
Public Methods
Equals(Object)
Return Value
Return Type | Description |
Boolean<!– System.Boolean –> | |
Parameters
Name | Type | Description |
obj | Object<!– System.Object –> | |
<!– System.Object –>
Go Back
GetHashCode()
Return Value
Return Type | Description |
Int32<!– System.Int32 –> | |
Parameters
GetType()
Return Value
Return Type | Description |
Type<!– System.Type –> | |
Parameters
ToString()
Return Value
Return Type | Description |
String<!– System.String –> | |
Parameters
Protected Methods
AddEventHandler(EventInfo, Object, Delegate)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
eventInfo | EventInfo<!– System.Reflection.EventInfo –> | |
target | Object<!– System.Object –> | |
handler | Delegate<!– System.Delegate –> | |
<!– System.Windows.Markup.InternalTypeHelper(overriden) –>
Go Back
CreateDelegate(Type, Object, String)
Return Value
Return Type | Description |
Delegate<!– System.Delegate –> | |
Parameters
Name | Type | Description |
delegateType | Type<!– System.Type –> | |
target | Object<!– System.Object –> | |
handler | String<!– System.String –> | |
<!– System.Windows.Markup.InternalTypeHelper(overriden) –>
Go Back
CreateInstance(Type, CultureInfo)
Return Value
Return Type | Description |
Object<!– System.Object –> | |
Parameters
Name | Type | Description |
type | Type<!– System.Type –> | |
culture | CultureInfo<!– System.Globalization.CultureInfo –> | |
<!– System.Windows.Markup.InternalTypeHelper(overriden) –>
Go Back
Finalize()
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
GetPropertyValue(PropertyInfo, Object, CultureInfo)
Return Value
Return Type | Description |
Object<!– System.Object –> | |
Parameters
Name | Type | Description |
propertyInfo | PropertyInfo<!– System.Reflection.PropertyInfo –> | |
target | Object<!– System.Object –> | |
culture | CultureInfo<!– System.Globalization.CultureInfo –> | |
<!– System.Windows.Markup.InternalTypeHelper(overriden) –>
Go Back
MemberwiseClone()
Return Value
Return Type | Description |
Object<!– System.Object –> | |
Parameters
SetPropertyValue(PropertyInfo, Object, Object, CultureInfo)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
propertyInfo | PropertyInfo<!– System.Reflection.PropertyInfo –> | |
target | Object<!– System.Object –> | |
value | Object<!– System.Object –> | |
culture | CultureInfo<!– System.Globalization.CultureInfo –> | |
<!– System.Windows.Markup.InternalTypeHelper(overriden) –>
Go Back
Public Properties
Protected Properties
Public Events