Click or drag to resize
weroSoft AG, Software
TypeManagerHelper Methods
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.

The TypeManagerHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddMessage
Adds a message to the resolver message collection.
Public methodStatic memberAddSystemAssembly
Adds an assembly name to the configuration.
Public methodStatic memberAddSystemExcludedAssembly
Adds an excluded assembly to the configuration.
Public methodStatic memberAddSystemExcludedNamespace
Adds an excluded names pace to the configuration.
Public methodStatic memberAddSystemExcludedType
Adds an excluded type to the configuration.
Public methodStatic memberAddSystemNamespace
Adds an name space to the configuration.
Public methodStatic memberAddSystemType
Adds an type to the configuration.
Public methodStatic memberAlignParameters(MemberInfo, Object)
Aligns a given array of parameters along the needs of the method call.
Public methodStatic memberAlignParameters(MethodInfo, Object)
Aligns a given array of parameters along the needs of the method call.
Public methodStatic memberDynamicCast
Dynamically casts a reference to another type.
Public methodStatic memberHarmonizeNamespaces
Normalizes two name space lists to one.
Public methodStatic memberIsIdentifier
Checks whether a name is a valid identifier.
Public methodStatic memberIsParams
Gets a value indicating whether the given parameter is modified as 'params'.
Top
See Also