Click or drag to resize

Extensions Class

[Missing <summary> documentation for "T:com.tiberiumfusion.ttplugins.Extensions"]

Inheritance Hierarchy
SystemObject
  com.tiberiumfusion.ttpluginsExtensions

Namespace:  com.tiberiumfusion.ttplugins
Assembly:  TTPlugins (in TTPlugins.dll) Version: 1.2.0.1 (1.2.0.1)
Syntax
internal static class Extensions
Request Example View Source

The Extensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberToBetterString
Actually useful version of ToString() for Cecil's CustomAttribute type. The ToString() provided by Cecil simply dumps the type of Mono.Cecil.CustomAttribute instead of showing anything about the instanced CustomAttribute itself.
Public methodStatic memberToByteArray
Gets the *real* bytes that constitute an Assembly using a rather ugly hack.
Top
See Also