Share via


TypeAttribute Class

Definition

Instructs the Module Loader to load the specified type.

public ref class TypeAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class TypeAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type TypeAttribute = class
    inherit Attribute
Public NotInheritable Class TypeAttribute
Inherits Attribute
Inheritance
TypeAttribute
Attributes

Constructors

TypeAttribute()

Properties

CanConvertFrom

Gets or sets the types this type can convert from.

CanConvertTo

Gets or sets the types this type can convert to.

DefaultPropertyVisibility

Gets or sets the default visibility for this types properties (if not specified explicitly by each property).

FriendlyName

Gets or sets the type's friendly name.

FriendlyNamePlural

Gets or sets the type's plural friendly name.

Applies to