CollectionWithIdsSerializerBase.InstanceInfo Class
Namespace: Stride.Core.YamlAssembly: Stride.Core.Assets.dll
A structure containing the information about the instance that we need the store in the Stride.Core.Yaml.Serialization.ObjectContext.Properties dictionary.
System.Object →
CollectionWithIdsSerializerBase.InstanceInfo
Derived from CollectionWithIdsSerializerBase.InstanceInfo:
protected class InstanceInfo
Name | Description | |
---|---|---|
Constructors | ||
InstanceInfo(Object, ITypeDescriptor) | ||
Fields | ||
Descriptor | ||
Instance |
Constructors
InstanceInfo(Object, ITypeDescriptor)
public InstanceInfo(object instance, ITypeDescriptor typeDescriptor)
Parameters
Type | Name | Description |
---|---|---|
System.Object | instance | |
Stride.Core.Reflection.ITypeDescriptor | typeDescriptor |
Fields
Descriptor
public readonly ITypeDescriptor Descriptor
Field Value
Type | Description |
---|---|
Stride.Core.Reflection.ITypeDescriptor |
Instance
public readonly object Instance
Field Value
Type | Description |
---|---|
System.Object |