AssemblyDescriptorData
Inherits from InterfaceDescriptorData
Summary
Constructors
Static members
| Name | Type |
|---|---|
| AssemblyDescriptorData.typeInfo | TypeInformation |
Constructors
AssemblyDescriptorData
AssemblyDescriptorData()
Creates a new AssemblyDescriptorData frostbite instance.
AssemblyDescriptorData
AssemblyDescriptorData(guid: Guid)
Creates a new AssemblyDescriptorData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
AssemblyDescriptorData
AssemblyDescriptorData(other: InterfaceDescriptorData)
Casts an instance of type InterfaceDescriptorData to AssemblyDescriptorData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | InterfaceDescriptorData | The instance to cast to AssemblyDescriptorData. |
AssemblyDescriptorData
AssemblyDescriptorData(other: DynamicDataContainer)
Casts an instance of type DynamicDataContainer to AssemblyDescriptorData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DynamicDataContainer | The instance to cast to AssemblyDescriptorData. |
AssemblyDescriptorData
AssemblyDescriptorData(other: DataContainer)
Casts an instance of type DataContainer to AssemblyDescriptorData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to AssemblyDescriptorData. |
Static members
typeInfo
The type information for the AssemblyDescriptorData type.