Show / Hide Table of Contents

Class BuildReferenceMap

Inheritance
Object
BuildReferenceMap
Implements
ISerializable
IDisposable
Inherited Members
Object.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor.Build.Content
Assembly: UnityEditor.dll
Syntax
[Serializable]
public class BuildReferenceMap : ISerializable, IDisposable

Constructors

| Improve this Doc View Source

BuildReferenceMap()

Declaration
public BuildReferenceMap()
| Improve this Doc View Source

BuildReferenceMap(SerializationInfo, StreamingContext)

Declaration
protected BuildReferenceMap(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context

Methods

| Improve this Doc View Source

AddMapping(String, Int64, ObjectIdentifier, Boolean)

Declaration
public void AddMapping(string internalFileName, long serializationIndex, ObjectIdentifier objectID, bool overwrite = false)
Parameters
Type Name Description
String internalFileName
Int64 serializationIndex
ObjectIdentifier objectID
Boolean overwrite
| Improve this Doc View Source

AddMappings(String, SerializationInfo[], Boolean)

Declaration
public void AddMappings(string internalFileName, SerializationInfo[] objectIDs, bool overwrite = false)
Parameters
Type Name Description
String internalFileName
SerializationInfo[] objectIDs
Boolean overwrite
| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()
| Improve this Doc View Source

Dispose(Boolean)

Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type Name Description
Boolean disposing
| Improve this Doc View Source

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
Object obj
Returns
Type Description
Boolean
Overrides
Object.Equals(Object)
| Improve this Doc View Source

Finalize()

Declaration
protected void Finalize()

GetHash128()

Declaration
public Hash128 GetHash128()
Returns
Type Description
Hash128
| Improve this Doc View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
Int32
Overrides
Object.GetHashCode()
| Improve this Doc View Source

GetObjectData(SerializationInfo, StreamingContext)

Declaration
public void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context

Implements

System.Runtime.Serialization.ISerializable
System.IDisposable

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX