C# 클래스 Microsoft.Scripting.Runtime.DynamicXamlReader.DynamicWriter

상속: System.Xaml.XamlObjectWriter
파일 보기 프로젝트 열기: jschementi/iron

공개 메소드들

메소드 설명
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

메소드 상세

Adder() 공개 정적인 메소드

Dummy, should never be called
public static Adder ( object inst, object args ) : void
inst object
args object
리턴 void

DynamicWriter() 공개 메소드

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
리턴 System

WriteEndMember() 공개 메소드

public WriteEndMember ( ) : void
리턴 void

WriteStartMember() 공개 메소드

public WriteStartMember ( System.Xaml.XamlMember property ) : void
property System.Xaml.XamlMember
리턴 void

WriteStartObject() 공개 메소드

public WriteStartObject ( XamlType xamlType ) : void
xamlType XamlType
리턴 void

WriteValue() 공개 메소드

public WriteValue ( object value ) : void
value object
리턴 void