Click or drag to resize

TypeReferenceResolveTypes Property

Gets or sets a value indicating whether TypeReference instances should resolve the type specified by TypeName if ReferencedType wasn't explicitly set.

Namespace:  Ookii.Jumbo
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public static bool ResolveTypes { get; set; }

Property Value

Type: Boolean
if types should be resolved; otherwise, . The default value is .
Remarks

The TypeReference class is used as part of the configuration for Jumbo Jet jobs. The job server will load the configuration, but loading referenced assemblies into the job server should be avoided. This property allows you to ensure that even if e.g. a debugger accesses the ReferencedType property the type will not be loaded.

See Also