IObjectReference 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
Formatter-based serialization is obsolete and should not be used.
현재 인터페이스 구현자가 다른 개체에 대한 참조임을 나타냅니다.
public interface class IObjectReference
public interface IObjectReference
[System.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public interface IObjectReference
[System.Runtime.InteropServices.ComVisible(true)]
public interface IObjectReference
type IObjectReference = interface
[<System.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
type IObjectReference = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
type IObjectReference = interface
Public Interface IObjectReference
- 파생
- 특성
구현자 참고
현재 개체가 완전히 복원될 때까지 확인할 수 없는 다른 개체에 대한 참조인 개체에 이 인터페이스를 구현합니다. 수정 단계 중에 구현하는 IObjectReference 모든 개체가 실제 개체에 대해 쿼리되고 해당 개체가 그래프에 삽입됩니다. Fixup은 개체 역직렬화 프로세스 중에 아직 완료되지 않은 참조를 마무리하는 프로세스를 나타냅니다.
메서드
| GetRealObject(StreamingContext) |
사용되지 않음.
직렬화된 스트림이 지정하는 개체가 아니라 역직렬화해야 하는 실제 개체를 반환합니다. |