C# 클래스 X.SL.XamlLoader

상속: IDisposable
파일 보기 프로젝트 열기: liquidboy/X 1 사용 예제들

공개 메소드들

메소드 설명
CreateDependencyObjectFromFile ( string xaml, bool create_namescope, object element_type ) : DependencyObject
CreateDependencyObjectFromString ( string xaml, bool create_namescope, object element_type ) : DependencyObject
CreateFromFileWithError ( string xaml, bool create_namescope, Type &element_type, SLError error ) : object
CreateFromStringWithError ( string xaml, bool create_namescope, object element_type, int flags, SLError error, DependencyObject owner = null ) : object
Dispose ( ) : void
HydrateFromStringWithError ( string xaml, object obj, bool create_namescope, object element_type, int flags, SLError error ) : object

메소드 상세

CreateDependencyObjectFromFile() 공개 메소드

public CreateDependencyObjectFromFile ( string xaml, bool create_namescope, object element_type ) : DependencyObject
xaml string
create_namescope bool
element_type object
리턴 DependencyObject

CreateDependencyObjectFromString() 공개 메소드

public CreateDependencyObjectFromString ( string xaml, bool create_namescope, object element_type ) : DependencyObject
xaml string
create_namescope bool
element_type object
리턴 DependencyObject

CreateFromFileWithError() 공개 메소드

public CreateFromFileWithError ( string xaml, bool create_namescope, Type &element_type, SLError error ) : object
xaml string
create_namescope bool
element_type System.Type
error SLError
리턴 object

CreateFromStringWithError() 공개 메소드

public CreateFromStringWithError ( string xaml, bool create_namescope, object element_type, int flags, SLError error, DependencyObject owner = null ) : object
xaml string
create_namescope bool
element_type object
flags int
error SLError
owner DependencyObject
리턴 object

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

HydrateFromStringWithError() 공개 메소드

public HydrateFromStringWithError ( string xaml, object obj, bool create_namescope, object element_type, int flags, SLError error ) : object
xaml string
obj object
create_namescope bool
element_type object
flags int
error SLError
리턴 object