C# Class Microsoft.Scripting.Runtime.DynamicXamlReader.DynamicWriter.DynamicEventInvoker

Inheritance: System.Xaml.Schema.XamlMemberInvoker
Afficher le fichier Open project: jschementi/iron

Méthodes publiques

Méthode Description
DynamicEventInvoker ( EventInfo info, DynamicWriter writer ) : System
GetValue ( object instance ) : object
SetValue ( object instance, object value ) : void

Method Details

DynamicEventInvoker() public méthode

public DynamicEventInvoker ( EventInfo info, DynamicWriter writer ) : System
info System.Reflection.EventInfo
writer DynamicWriter
Résultat System

GetValue() public méthode

public GetValue ( object instance ) : object
instance object
Résultat object

SetValue() public méthode

public SetValue ( object instance, object value ) : void
instance object
value object
Résultat void