dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Serialization

ProAssembly Class

Holds reflection references to the GeoBlazor Pro assembly if available

public static class ProAssembly

Inheritance System.Object 🡒 ProAssembly

Properties

ProAssembly.Available Property

Whether the Pro assembly is available for use

public static bool Available { get; set; }

Property Value

System.Boolean

ProAssembly.Types Property

The types contained in the Pro assembly if available

public static System.Type[] Types { get; set; }

Property Value

System.Type[]

Methods

ProAssembly.GetType(string) Method

Gets a type from the Pro assembly by name if available

public static System.Type? GetType(string name);

Parameters

name System.String

The name of the type to retrieve.

Returns

System.Type
The type if found; otherwise, null.