IRenderingTarget MembersNFX Class Library

[This is preliminary documentation and is subject to change.]

The IRenderingTarget type exposes the following members.
Methods

  NameDescription
Public methodEncode
Encodes an object per underlying target specification. For example, a Http-related target may encode strings using HttpEncoder. If particular target does not support encoding then this method should just return the argument unmodified
Public methodFlush
Flushes writes into underlying target implementation. If target does not support buffering then this call does nothing
Public methodWrite
Writes a generic object into target. Templates are not necessarily text-based, consequently this method takes an object argument
Back to Top
See Also