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 ... 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 ...
System.Runtime.InteropServices.UCOMIConnectionPointContainer = | ||
---|---|---|
= | EnumConnectionPoints (UCOMIEnumConnectionPoints& ppEnum) | |
= | FindConnectionPoint (Guid& riid, UCOMIConnectionPoint& ppCP) |
System.Runtime.InteropServices.UCOMIConnectionPoint = | ||
---|---|---|
= | Advise (Object pUnkSink, Int32& pdwCookie) | |
= | EnumConnections (UCOMIEnumConnections& ppEnum) | |
= | GetConnectionInterface (Guid& pIID) | |
= | GetConnectionPointContainer (UCOMIConnectionPointContainer& ppCPC) | |
= | Unadvise (Int32 dwCookie) |
System.Runtime.InteropServices.UCOMIEnumMoniker = | ||
---|---|---|
= | Clone (UCOMIEnumMoniker& ppenum) | |
= | Next (Int32 celt, UCOMIMoniker[] rgelt, Int32& pceltFetched) | |
= | Reset () | |
= | Skip (Int32 celt) |
System.Runtime.InteropServices.CONNECTDATA = | ||
---|---|---|
= | dwCookie | |
= | pUnk |
System.Runtime.InteropServices.UCOMIEnumConnections = | ||
---|---|---|
= | Clone (UCOMIEnumConnections& ppenum) | |
= | Next (Int32 celt, CONNECTDATA[] rgelt, Int32& pceltFetched) | |
= | Reset () | |
= | Skip (Int32 celt) |
System.Runtime.InteropServices.UCOMIEnumConnectionPoints = | ||
---|---|---|
= | Clone (UCOMIEnumConnectionPoints& ppenum) | |
= | Next (Int32 celt, UCOMIConnectionPoint[] rgelt, Int32& pceltFetched) | |
= | Reset () | |
= | Skip (Int32 celt) |
System.Runtime.InteropServices.UCOMIEnumString = | ||
---|---|---|
= | Clone (UCOMIEnumString& ppenum) | |
= | Next (Int32 celt, String[] rgelt, Int32& pceltFetched) | |
= | Reset () | |
= | Skip (Int32 celt) |
System.Runtime.InteropServices.UCOMIEnumVARIANT = | ||
---|---|---|
= | Clone (Int32 ppenum) | |
= | Next (Int32 celt, Int32 rgvar, Int32 pceltFetched) | |
= | Reset () | |
= | Skip (Int32 celt) |
System.Runtime.InteropServices.FILETIME = | ||
---|---|---|
= | dwHighDateTime | |
= | dwLowDateTime |
System.Runtime.InteropServices.UCOMIMoniker = | ||
---|---|---|
= | BindToObject (UCOMIBindCtx pbc, UCOMIMoniker pmkToLeft, Guid& riidResult, Object& ppvResult) | |
= | BindToStorage (UCOMIBindCtx pbc, UCOMIMoniker pmkToLeft, Guid& riid, Object& ppvObj) | |
= | CommonPrefixWith (UCOMIMoniker pmkOther, UCOMIMoniker& ppmkPrefix) | |
= | ComposeWith (UCOMIMoniker pmkRight, Boolean fOnlyIfNotGeneric, UCOMIMoniker& ppmkComposite) | |
= | Enum (Boolean fForward, UCOMIEnumMoniker& ppenumMoniker) | |
= | GetClassID (Guid& pClassID) | |
= | GetDisplayName (UCOMIBindCtx pbc, UCOMIMoniker pmkToLeft, String& ppszDisplayName) | |
= | GetSizeMax (Int64& pcbSize) | |
= | GetTimeOfLastChange (UCOMIBindCtx pbc, UCOMIMoniker pmkToLeft, FILETIME& pFileTime) | |
= | Hash (Int32& pdwHash) | |
= | Inverse (UCOMIMoniker& ppmk) | |
= | IsDirty () | |
= | IsEqual (UCOMIMoniker pmkOtherMoniker) | |
= | IsRunning (UCOMIBindCtx pbc, UCOMIMoniker pmkToLeft, UCOMIMoniker pmkNewlyRunning) | |
= | IsSystemMoniker (Int32& pdwMksys) | |
= | Load (UCOMIStream pStm) | |
= | ParseDisplayName (UCOMIBindCtx pbc, UCOMIMoniker pmkToLeft, String pszDisplayName, Int32& pchEaten, UCOMIMoniker& ppmkOut) | |
= | Reduce (UCOMIBindCtx pbc, Int32 dwReduceHowFar, UCOMIMoniker& ppmkToLeft, UCOMIMoniker& ppmkReduced) | |
= | RelativePathTo (UCOMIMoniker pmkOther, UCOMIMoniker& ppmkRelPath) | |
= | Save (UCOMIStream pStm, Boolean fClearDirty) |
System.Runtime.InteropServices.UCOMIPersistFile = | ||
---|---|---|
= | GetClassID (Guid& pClassID) | |
= | GetCurFile (String& ppszFileName) | |
= | IsDirty () | |
= | Load (String pszFileName, Int32 dwMode) | |
= | Save (String pszFileName, Boolean fRemember) | |
= | SaveCompleted (String pszFileName) |
System.Runtime.InteropServices.UCOMIRunningObjectTable = | ||
---|---|---|
= | EnumRunning (UCOMIEnumMoniker& ppenumMoniker) | |
= | GetObject (UCOMIMoniker pmkObjectName, Object& ppunkObject) | |
= | GetTimeOfLastChange (UCOMIMoniker pmkObjectName, FILETIME& pfiletime) | |
= | IsRunning (UCOMIMoniker pmkObjectName) | |
= | NoteChangeTime (Int32 dwRegister, FILETIME& pfiletime) | |
= | Register (Int32 grfFlags, Object punkObject, UCOMIMoniker pmkObjectName, Int32& pdwRegister) | |
= | Revoke (Int32 dwRegister) |
System.Runtime.InteropServices.STATSTG = | ||
---|---|---|
= | atime | |
= | cbSize | |
= | clsid | |
= | ctime | |
= | grfLocksSupported | |
= | grfMode | |
= | grfStateBits | |
= | mtime | |
= | pwcsName | |
= | reserved | |
= | type |
System.Runtime.InteropServices.UCOMIStream = | ||
---|---|---|
= | Clone (UCOMIStream& ppstm) | |
= | Commit (Int32 grfCommitFlags) | |
= | CopyTo (UCOMIStream pstm, Int64 cb, IntPtr pcbRead, IntPtr pcbWritten) | |
= | LockRegion (Int64 libOffset, Int64 cb, Int32 dwLockType) | |
= | Read (Byte[] pv, Int32 cb, IntPtr pcbRead) | |
= | Revert () | |
= | Seek (Int64 dlibMove, Int32 dwOrigin, IntPtr plibNewPosition) | |
= | SetSize (Int64 libNewSize) | |
= | Stat (STATSTG& pstatstg, Int32 grfStatFlag) | |
= | UnlockRegion (Int64 libOffset, Int64 cb, Int32 dwLockType) | |
= | Write (Byte[] pv, Int32 cb, IntPtr pcbWritten) |
Powered by Ricciolo