public new static ThreadNativeInfo Demarshal(Stream stream)
        {
            ThreadNativeInfo unit = NativeUnitMarshaler <ThreadNativeInfo> .Demarshal(stream);

            unit.OsThreadId = UInt32Marshaler.Demarshal(stream);
            return(unit);
        }
        public new static AssemblyNativeInfo Demarshal(Stream stream)
        {
            AssemblyNativeInfo unit = NativeUnitMarshaler <AssemblyNativeInfo> .Demarshal(stream);

            unit.AppDomainId = UInt64Marshaler.Demarshal(stream);
            return(unit);
        }
        public new static ModuleNativeInfo Demarshal(Stream stream)
        {
            ModuleNativeInfo unit = NativeUnitMarshaler <ModuleNativeInfo> .Demarshal(stream);

            unit.AssemblyId = UInt64Marshaler.Demarshal(stream);
            return(unit);
        }
        public new static ClassNativeInfo Demarshal(Stream stream)
        {
            ClassNativeInfo unit = NativeUnitMarshaler <ClassNativeInfo> .Demarshal(stream);

            unit.TypeToken = UInt32Marshaler.Demarshal(stream);
            unit.ModuleId  = UInt64Marshaler.Demarshal(stream);
            return(unit);
        }
Esempio n. 5
0
        public new static ManagedExceptionNativeInfo Demarshal(Stream stream)
        {
            ManagedExceptionNativeInfo unit = NativeUnitMarshaler <ManagedExceptionNativeInfo> .Demarshal(stream);

            unit.ClassId = UInt64Marshaler.Demarshal(stream);
            unit.Message = StringMarshaler.Demarshal(stream);
            unit.Stack   = MarshalingManager.Demarshal <ulong[]>(stream);
            return(unit);
        }
        public new static FunctionNativeInfo Demarshal(Stream stream)
        {
            FunctionNativeInfo unit = NativeUnitMarshaler <FunctionNativeInfo> .Demarshal(stream);

            unit.TypeToken  = UInt32Marshaler.Demarshal(stream);
            unit.ClassId    = UInt64Marshaler.Demarshal(stream);
            unit.ModuleId   = UInt64Marshaler.Demarshal(stream);
            unit.AssemblyId = UInt64Marshaler.Demarshal(stream);
            return(unit);
        }
        public new static MsSqlQueryNativeInfo Demarshal(Stream stream)
        {
            MsSqlQueryNativeInfo unit = NativeUnitMarshaler <MsSqlQueryNativeInfo> .Demarshal(stream);

            return(unit);
        }
Esempio n. 8
0
        public new static AppDomainNativeInfo Demarshal(Stream stream)
        {
            AppDomainNativeInfo unit = NativeUnitMarshaler <AppDomainNativeInfo> .Demarshal(stream);

            return(unit);
        }