7 internal class AssemblyReferenceDependentAssemblyEntry :
IDisposable 13 public string Codebase;
20 public uint HashValueSize;
22 public uint HashAlgorithm;
27 public string ResourceFallbackCulture;
30 public string Description;
33 public string SupportUrl;
35 public ISection HashElements;
37 ~AssemblyReferenceDependentAssemblyEntry()
39 Dispose(fDisposing:
false);
44 Dispose(fDisposing:
true);
47 [SecuritySafeCritical]
48 public void Dispose(
bool fDisposing)
static void FreeCoTaskMem(IntPtr ptr)
Frees a block of memory allocated by the unmanaged COM task memory allocator.
static void SuppressFinalize(object obj)
Requests that the common language runtime not call the finalizer for the specified object.
Provides a mechanism for releasing unmanaged resources.To browse the .NET Framework source code for t...
LayoutKind
Controls the layout of an object when exported to unmanaged code.
UnmanagedType
Identifies how to marshal parameters or fields to unmanaged code.
A platform-specific type that is used to represent a pointer or a handle.
Provides a collection of methods for allocating unmanaged memory, copying unmanaged memory blocks,...
Controls the system garbage collector, a service that automatically reclaims unused memory.
static readonly IntPtr Zero
A read-only field that represents a pointer or handle that has been initialized to zero.
void Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resourc...