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

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

Méthodes publiques

Méthode Description
Adder ( object inst, object args ) : void

Dummy, should never be called

DynamicWriter ( object scope, DynamicOperations operations, XamlSchemaContext context, System.Xaml.XamlObjectWriterSettings settings ) : System
WriteEndMember ( ) : void
WriteStartMember ( System.Xaml.XamlMember property ) : void
WriteStartObject ( XamlType xamlType ) : void
WriteValue ( object value ) : void

Method Details

Adder() public static méthode

Dummy, should never be called
public static Adder ( object inst, object args ) : void
inst object
args object
Résultat void

DynamicWriter() public méthode

public DynamicWriter ( object scope, DynamicOperations operations, XamlSchemaContext context, System.Xaml.XamlObjectWriterSettings settings ) : System
scope object
operations DynamicOperations
context System.Xaml.XamlSchemaContext
settings System.Xaml.XamlObjectWriterSettings
Résultat System

WriteEndMember() public méthode

public WriteEndMember ( ) : void
Résultat void

WriteStartMember() public méthode

public WriteStartMember ( System.Xaml.XamlMember property ) : void
property System.Xaml.XamlMember
Résultat void

WriteStartObject() public méthode

public WriteStartObject ( XamlType xamlType ) : void
xamlType XamlType
Résultat void

WriteValue() public méthode

public WriteValue ( object value ) : void
value object
Résultat void