Skip to main content
All docs
V23.2

BindToTypePolicy.RegisterTrustedType(String, Type) Method

This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public static void RegisterTrustedType(
    string assemblyQualifiedTypeName,
    Type type
)

Parameters

Name Type Description
assemblyQualifiedTypeName String

The assembly-qualified name of the type.

type Type

The type.

See Also