Comparazione classi Framework 1.1 - 2.0 RTM
Quale assembly?
Filtra
Legenda
- non presente nella 2.0 RTM
+ aggiunto nella 2.0 RTM
= invariato
!= variato rispetto alla 1.1
Namespace mscorlib
Totale classi: 2135, di cui
- 395 nuove
- 804 modificate
- 0 rimosse
Pagina ... 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 ...
System.Runtime.InteropServices.CharSet = | ||
---|---|---|
= | Ansi | |
= | Auto | |
= | None | |
= | Unicode | |
= | value__ |
System.Runtime.InteropServices.ExternalException = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | ErrorCode |
System.Runtime.InteropServices.COMException = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | ToString () |
System.Runtime.InteropServices.GCHandleType = | ||
---|---|---|
= | Normal | |
= | Pinned | |
= | value__ | |
= | Weak | |
= | WeakTrackResurrection |
System.Runtime.InteropServices.GCHandle != | ||
---|---|---|
= | AddrOfPinnedObject () | |
= | Alloc (Object value) | |
= | Alloc (Object value, GCHandleType type) | |
- | Equals (Object o) | |
= | Free () | |
- | FromIntPtr (IntPtr value) | |
- | GetHashCode () | |
- | op_Equality (GCHandle a, GCHandle b) | |
= | op_Explicit (IntPtr value) | |
= | op_Explicit (GCHandle value) | |
- | op_Inequality (GCHandle a, GCHandle b) | |
- | ToIntPtr (GCHandle value) | |
= | IsAllocated | |
= | Target |
System.Runtime.InteropServices.HandleRef != | ||
---|---|---|
= | .ctor () | |
= | op_Explicit (HandleRef value) | |
- | ToIntPtr (HandleRef value) | |
= | Handle | |
= | Wrapper |
System.Runtime.InteropServices.ICustomMarshaler = | ||
---|---|---|
= | CleanUpManagedData (Object ManagedObj) | |
= | CleanUpNativeData (IntPtr pNativeData) | |
= | GetNativeDataSize () | |
= | MarshalManagedToNative (Object ManagedObj) | |
= | MarshalNativeToManaged (IntPtr pNativeData) |
System.Runtime.InteropServices.InvalidOleVariantTypeException = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () |
System.Runtime.InteropServices.LayoutKind = | ||
---|---|---|
= | Auto | |
= | Explicit | |
= | Sequential | |
= | value__ |
System.Runtime.InteropServices.Marshal != | ||
---|---|---|
= | SystemDefaultCharSize | |
= | SystemMaxDBCSCharSize | |
= | AddRef (IntPtr pUnk) | |
= | AllocCoTaskMem (Int32 cb) | |
= | AllocHGlobal (IntPtr cb) | |
= | AllocHGlobal (Int32 cb) | |
= | BindToMoniker (String monikerName) | |
= | ChangeWrapperHandleStrength (Object otp, Boolean fIsWeak) | |
= | Copy (Int32[] source, Int32 startIndex, IntPtr destination, Int32 length) | |
= | Copy (Char[] source, Int32 startIndex, IntPtr destination, Int32 length) | |
= | Copy (Int16[] source, Int32 startIndex, IntPtr destination, Int32 length) | |
= | Copy (Int64[] source, Int32 startIndex, IntPtr destination, Int32 length) | |
= | Copy (Single[] source, Int32 startIndex, IntPtr destination, Int32 length) | |
= | Copy (Double[] source, Int32 startIndex, IntPtr destination, Int32 length) | |
= | Copy (Byte[] source, Int32 startIndex, IntPtr destination, Int32 length) | |
- | Copy (IntPtr[] source, Int32 startIndex, IntPtr destination, Int32 length) | |
= | Copy (IntPtr source, Int32[] destination, Int32 startIndex, Int32 length) | |
= | Copy (IntPtr source, Char[] destination, Int32 startIndex, Int32 length) | |
= | Copy (IntPtr source, Int16[] destination, Int32 startIndex, Int32 length) | |
= | Copy (IntPtr source, Int64[] destination, Int32 startIndex, Int32 length) | |
= | Copy (IntPtr source, Single[] destination, Int32 startIndex, Int32 length) | |
= | Copy (IntPtr source, Double[] destination, Int32 startIndex, Int32 length) | |
= | Copy (IntPtr source, Byte[] destination, Int32 startIndex, Int32 length) | |
- | Copy (IntPtr source, IntPtr[] destination, Int32 startIndex, Int32 length) | |
- | CreateAggregatedObject (IntPtr pOuter, Object o) | |
= | CreateWrapperOfType (Object o, Type t) | |
= | DestroyStructure (IntPtr ptr, Type structuretype) | |
- | FinalReleaseComObject (Object o) | |
= | FreeBSTR (IntPtr ptr) | |
= | FreeCoTaskMem (IntPtr ptr) | |
= | FreeHGlobal (IntPtr hglobal) | |
= | GenerateGuidForType (Type type) | |
= | GenerateProgIdForType (Type type) | |
= | GetActiveObject (String progID) | |
= | GetComInterfaceForObject (Object o, Type T) | |
- | GetComInterfaceForObjectInContext (Object o, Type t) | |
= | GetComObjectData (Object obj, Object key) | |
= | GetComSlotForMethodInfo (MemberInfo m) | |
- | GetDelegateForFunctionPointer (IntPtr ptr, Type t) | |
= | GetEndComSlot (Type t) | |
= | GetExceptionCode () | |
- | GetExceptionForHR (Int32 errorCode) | |
- | GetExceptionForHR (Int32 errorCode, IntPtr errorInfo) | |
= | GetExceptionPointers () | |
- | GetFunctionPointerForDelegate (Delegate d) | |
= | GetHINSTANCE (Module m) | |
= | GetHRForException (Exception e) | |
= | GetHRForLastWin32Error () | |
= | GetIDispatchForObject (Object o) | |
- | GetIDispatchForObjectInContext (Object o) | |
= | GetITypeInfoForType (Type t) | |
= | GetIUnknownForObject (Object o) | |
- | GetIUnknownForObjectInContext (Object o) | |
= | GetLastWin32Error () | |
= | GetManagedThunkForUnmanagedMethodPtr (IntPtr pfnMethodToWrap, IntPtr pbSignature, Int32 cbSignature) | |
= | GetMethodInfoForComSlot (Type t, Int32 slot, ComMemberType& memberType) | |
= | GetNativeVariantForObject (Object obj, IntPtr pDstNativeVariant) | |
= | GetObjectForIUnknown (IntPtr pUnk) | |
= | GetObjectForNativeVariant (IntPtr pSrcNativeVariant) | |
= | GetObjectsForNativeVariants (IntPtr aSrcNativeVariant, Int32 cVars) | |
= | GetStartComSlot (Type t) | |
= | GetThreadFromFiberCookie (Int32 cookie) | |
= | GetTypedObjectForIUnknown (IntPtr pUnk, Type t) | |
= | GetTypeForITypeInfo (IntPtr piTypeInfo) | |
= | GetTypeInfoName (UCOMITypeInfo pTI) | |
- | GetTypeInfoName (ITypeInfo typeInfo) | |
= | GetTypeLibGuid (UCOMITypeLib pTLB) | |
- | GetTypeLibGuid (ITypeLib typelib) | |
= | GetTypeLibGuidForAssembly (Assembly asm) | |
- | GetTypeLibLcid (ITypeLib typelib) | |
= | GetTypeLibLcid (UCOMITypeLib pTLB) | |
= | GetTypeLibName (UCOMITypeLib pTLB) | |
- | GetTypeLibName (ITypeLib typelib) | |
- | GetTypeLibVersionForAssembly (Assembly inputAssembly, Int32& majorVersion, Int32& minorVersion) | |
- | GetUniqueObjectForIUnknown (IntPtr unknown) | |
= | GetUnmanagedThunkForManagedMethodPtr (IntPtr pfnMethodToWrap, IntPtr pbSignature, Int32 cbSignature) | |
= | IsComObject (Object o) | |
= | IsTypeVisibleFromCom (Type t) | |
= | NumParamBytes (MethodInfo m) | |
= | OffsetOf (Type t, String fieldName) | |
= | Prelink (MethodInfo m) | |
= | PrelinkAll (Type c) | |
= | PtrToStringAnsi (IntPtr ptr, Int32 len) | |
= | PtrToStringAnsi (IntPtr ptr) | |
= | PtrToStringAuto (IntPtr ptr, Int32 len) | |
= | PtrToStringAuto (IntPtr ptr) | |
= | PtrToStringBSTR (IntPtr ptr) | |
= | PtrToStringUni (IntPtr ptr, Int32 len) | |
= | PtrToStringUni (IntPtr ptr) | |
= | PtrToStructure (IntPtr ptr, Object structure) | |
= | PtrToStructure (IntPtr ptr, Type structureType) | |
= | QueryInterface (IntPtr pUnk, Guid& iid, IntPtr& ppv) | |
= | ReadByte (Object ptr, Int32 ofs) | |
= | ReadByte (IntPtr ptr, Int32 ofs) | |
= | ReadByte (IntPtr ptr) | |
= | ReadInt16 (Object ptr, Int32 ofs) | |
= | ReadInt16 (IntPtr ptr, Int32 ofs) | |
= | ReadInt16 (IntPtr ptr) | |
= | ReadInt32 (IntPtr ptr, Int32 ofs) | |
= | ReadInt32 (Object ptr, Int32 ofs) | |
= | ReadInt32 (IntPtr ptr) | |
= | ReadInt64 (Object ptr, Int32 ofs) | |
= | ReadInt64 (IntPtr ptr, Int32 ofs) | |
= | ReadInt64 (IntPtr ptr) | |
= | ReadIntPtr (Object ptr, Int32 ofs) | |
= | ReadIntPtr (IntPtr ptr, Int32 ofs) | |
= | ReadIntPtr (IntPtr ptr) | |
= | ReAllocCoTaskMem (IntPtr pv, Int32 cb) | |
= | ReAllocHGlobal (IntPtr pv, IntPtr cb) | |
= | Release (IntPtr pUnk) | |
= | ReleaseComObject (Object o) | |
= | ReleaseThreadCache () | |
- | SecureStringToBSTR (SecureString s) | |
- | SecureStringToCoTaskMemAnsi (SecureString s) | |
- | SecureStringToCoTaskMemUnicode (SecureString s) | |
- | SecureStringToGlobalAllocAnsi (SecureString s) | |
- | SecureStringToGlobalAllocUnicode (SecureString s) | |
= | SetComObjectData (Object obj, Object key, Object data) | |
= | SizeOf (Object structure) | |
= | SizeOf (Type t) | |
= | StringToBSTR (String s) | |
= | StringToCoTaskMemAnsi (String s) | |
= | StringToCoTaskMemAuto (String s) | |
= | StringToCoTaskMemUni (String s) | |
= | StringToHGlobalAnsi (String s) | |
= | StringToHGlobalAuto (String s) | |
= | StringToHGlobalUni (String s) | |
= | StructureToPtr (Object structure, IntPtr ptr, Boolean fDeleteOld) | |
= | ThrowExceptionForHR (Int32 errorCode) | |
= | ThrowExceptionForHR (Int32 errorCode, IntPtr errorInfo) | |
= | UnsafeAddrOfPinnedArrayElement (Array arr, Int32 index) | |
= | WriteByte (Object ptr, Int32 ofs, Byte val) | |
= | WriteByte (IntPtr ptr, Int32 ofs, Byte val) | |
= | WriteByte (IntPtr ptr, Byte val) | |
= | WriteInt16 (IntPtr ptr, Int32 ofs, Int16 val) | |
= | WriteInt16 (Object ptr, Int32 ofs, Int16 val) | |
= | WriteInt16 (IntPtr ptr, Int16 val) | |
= | WriteInt16 (IntPtr ptr, Int32 ofs, Char val) | |
= | WriteInt16 (Object ptr, Int32 ofs, Char val) | |
= | WriteInt16 (IntPtr ptr, Char val) | |
= | WriteInt32 (IntPtr ptr, Int32 ofs, Int32 val) | |
= | WriteInt32 (Object ptr, Int32 ofs, Int32 val) | |
= | WriteInt32 (IntPtr ptr, Int32 val) | |
= | WriteInt64 (IntPtr ptr, Int32 ofs, Int64 val) | |
= | WriteInt64 (Object ptr, Int32 ofs, Int64 val) | |
= | WriteInt64 (IntPtr ptr, Int64 val) | |
= | WriteIntPtr (IntPtr ptr, Int32 ofs, IntPtr val) | |
= | WriteIntPtr (Object ptr, Int32 ofs, IntPtr val) | |
= | WriteIntPtr (IntPtr ptr, IntPtr val) | |
- | ZeroFreeBSTR (IntPtr s) | |
- | ZeroFreeCoTaskMemAnsi (IntPtr s) | |
- | ZeroFreeCoTaskMemUnicode (IntPtr s) | |
- | ZeroFreeGlobalAllocAnsi (IntPtr s) | |
- | ZeroFreeGlobalAllocUnicode (IntPtr s) |
System.Runtime.InteropServices.ITypeLibImporterNotifySink = | ||
---|---|---|
= | ReportEvent (ImporterEventKind eventKind, Int32 eventCode, String eventMsg) | |
= | ResolveRef (Object typeLib) |
System.Runtime.InteropServices.MarshalDirectiveException = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () |
System.Runtime.InteropServices.RuntimeEnvironment = | ||
---|---|---|
= | .ctor () | |
= | FromGlobalAccessCache (Assembly a) | |
= | GetRuntimeDirectory () | |
= | GetSystemVersion () | |
= | SystemConfigurationFile |
System.Runtime.InteropServices.SEHException = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | CanResume () |
Powered by Ricciolo