C# 클래스 System.Runtime.Serialization.Formatters.Binary.BinaryTypeConverter

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

비공개 메소드들

메소드 설명
GetBinaryTypeInfo ( Type type, WriteObjectInfo objectInfo, string typeName, ObjectWriter objectWriter, object &typeInformation, int &assemId ) : BinaryTypeEnum
GetParserBinaryTypeInfo ( Type type, object &typeInformation ) : BinaryTypeEnum
ReadTypeInfo ( BinaryTypeEnum binaryTypeEnum, System.Runtime.Serialization.Formatters.Binary.BinaryParser input, int &assemId ) : object
TypeFromInfo ( BinaryTypeEnum binaryTypeEnum, object typeInformation, ObjectReader objectReader, BinaryAssemblyInfo assemblyInfo, InternalPrimitiveTypeE &primitiveTypeEnum, string &typeString, Type &type, bool &isVariant ) : void
WriteTypeInfo ( BinaryTypeEnum binaryTypeEnum, object typeInformation, int assemId, System.Runtime.Serialization.Formatters.Binary.BinaryFormatterWriter output ) : void