Click or drag to resize

GenericPropertyGetter class

Retrieves properties from a previously serialized class, where a typecast (to the same class) does not work. Is required for customised classes that are created within a Vishnu tree. are to be used as a ReturnObject and are to be defined via the environment are to be used by nodes other than the generator. Occurs when assemblies are loaded deserialized on the one hand, on the other hand in dynamically loaded assemblies for their Compile time were referenced.
Inheritance hierarchy
SystemObject
  Vishnu.InterchangeGenericPropertyGetter

Namespace: Vishnu.Interchange
Assembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public static class GenericPropertyGetter

The GenericPropertyGetter Type exposes the following members.

Methods
 NameDescription of the
Public MethodStatic MemberGetPropertyT Returns properties from a class that were not included in the same class after previous serialisation. class can be converted. Occurs with dynamically loaded assembly.
Back to the top
Remarks
File: GenericPropertyGetter.cs Author: Erik Nagel 06/06/2014 Erik Nagel: created
See also