C# Class msos.RunInSeparateAppDomain.ObjectPrinterBase

Inheritance: IObjectPrinter
Afficher le fichier Open project: goldshtn/msos

Méthodes publiques

Méthode Description
PrintContents ( object obj ) : void
PrintHeader ( object obj ) : void

Méthodes protégées

Méthode Description
ObjectPrinterBase ( IPrinter printer ) : System
RenderProperty ( PropertyInfo prop, object obj ) : string

Method Details

ObjectPrinterBase() protected méthode

protected ObjectPrinterBase ( IPrinter printer ) : System
printer IPrinter
Résultat System

PrintContents() public abstract méthode

public abstract PrintContents ( object obj ) : void
obj object
Résultat void

PrintHeader() public abstract méthode

public abstract PrintHeader ( object obj ) : void
obj object
Résultat void

RenderProperty() protected méthode

protected RenderProperty ( PropertyInfo prop, object obj ) : string
prop System.Reflection.PropertyInfo
obj object
Résultat string