From 84672f9174c5e51b1ca96dc22bd55165f803f1bb Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Tue, 5 Mar 2002 14:38:05 +0000 Subject: [PATCH] Class-status is an autogenerated file, remove svn path=/trunk/mono/; revision=2917 --- doc/class-status | 212 ----------------------------------------------- web/class-status | 212 ----------------------------------------------- 2 files changed, 424 deletions(-) delete mode 100644 doc/class-status delete mode 100644 web/class-status diff --git a/doc/class-status b/doc/class-status deleted file mode 100644 index 7c9501cce20..00000000000 --- a/doc/class-status +++ /dev/null @@ -1,212 +0,0 @@ -* Status of the various pieces of the class library - - You can browse the status of the class library and see who has - registered to work on what parts of the system. These list - work-in-progress components currently. - - Browse the current status. - - You can also download the XML maintainers file that - contains the actual maintainers list. - - You can also download the master Class Status XML file. - -* List of not-implemented classes - - This tree shows the hierarchy of classes in the CORLIB assembly - that are either missing from the Mono project, or - are not yet fully completed (TODO). -

Missing
TODO
Completed

_AppDomain: - 2
GetData(System.String)
ToString()
__ComObject
Activator
AppDomain: - 15: - 11
AppendPrivatePath(System.String)
ClearPrivatePath()
ClearShadowCopyPath()
CreateComInstanceFrom(System.String, System.String)
CreateInstance(System.String, System.String, Boolean, System.Reflection.BindingFlags, System.Reflection.Binder, System.Object[], System.Globalization.CultureInfo, System.Object[], System.Security.Policy.Evidence)
CreateInstanceAndUnwrap(System.String, System.String)
CreateInstanceAndUnwrap(System.String, System.String, Boolean, System.Reflection.BindingFlags, System.Reflection.Binder, System.Object[], System.Globalization.CultureInfo, System.Object[], System.Security.Policy.Evidence)
CreateInstanceAndUnwrap(System.String, System.String, System.Object[])
CreateInstanceFrom(System.String, System.String, Boolean, System.Reflection.BindingFlags, System.Reflection.Binder, System.Object[], System.Globalization.CultureInfo, System.Object[], System.Security.Policy.Evidence)
CreateInstanceFromAndUnwrap(System.String, System.String)
CreateInstanceFromAndUnwrap(System.String, System.String, Boolean, System.Reflection.BindingFlags, System.Reflection.Binder, System.Object[], System.Globalization.CultureInfo, System.Object[], System.Security.Policy.Evidence)
CreateInstanceFromAndUnwrap(System.String, System.String, System.Object[])
DoCallBack(System.CrossAppDomainDelegate)
GetCurrentThreadId()
GetData(System.String)
GetDate(System.String)
GetLifetimeService()
InitializeLifetimeService()
IsFinalizingForUnload()
Load(Byte[], Byte[], System.Security.Policy.Evidence)
SetAppDomainPolicy(System.Security.Policy.PolicyLevel)
SetDynamicBase(System.String)
SetPrincipalPolicy(System.Security.Principal.PrincipalPolicy)
SetShadowCopyFiles()
SetShadowCopyPath(System.String)
SetThreadPrincipal(System.Security.Principal.IPrincipal)
AppDomainSetup: - 3
get_LoaderOptimization()
set_LoaderOptimization(System.LoaderOptimization)
LoaderOptimization{ }
Array: - 3: - 1
GetEnumerator()
Initialize()
IsSynchronized{ }
SyncRoot{ }
Buffer: - 4
BlockCopy(System.Array, Int32, System.Array, Int32, Int32)
ByteLength(System.Array)
GetByte(System.Array, Int32)
SetByte(System.Array, Int32, Byte)
Console: - 2
Write(System.String, System.Object, System.Object, System.Object, System.Object, ...)
WriteLine(System.String, System.Object, System.Object, System.Object, System.Object, ...)
ContextBoundObject
Convert: - 3
IsDBNull(System.Object)
ToByte(System.String, Int32)
ToString(Byte, Int32)
DBNull
DBNull: - 1
GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
Delegate
DllNotFoundException: - 1
GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
EntryPointNotFoundException: - 1
GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
Enum
Environment: - 4: - 2
get_HasShutdownStarted()
set_CurrentDirectory(System.String)
CommandLine{ }
ExitCode{ }
HasShutdownStarted{ }
UserName{ }
Exception
GC: - 10
Collect()
Collect(Int32)
get_MaxGeneration()
GetGeneration(System.Object)
GetGeneration(System.WeakReference)
GetTotalMemory(Boolean)
KeepAlive(System.Object)
ReRegisterForFinalize(System.Object)
WaitForPendingFinalizers()
MaxGeneration{ }
MarshalByRefObject: - 2
GetLifetimeService()
InitializeLifetimeService()
Object
ObsoleteAttribute: - 4
get_IsError()
get_Message()
IsError{ }
Message{ }
String: - 3: - 2
.ctor(SByte*, Int32, Int32, System.Text.Encoding)
Clone()
Concat(System.Object, System.Object, System.Object, System.Object, ...)
ToLower(System.Globalization.CultureInfo)
ToString(System.IFormatProvider)
ToUpper(System.Globalization.CultureInfo)
Type: - 4: - 4
FindInterfaces(System.Reflection.TypeFilter, System.Object)
get_HasElementType()
get_IsAutoClass()
GetArrayRank()
IsAssignableFrom(System.Type)
HasElementType{ }
IsAutoClass{ }
IsPublic{ }
TypeLoadException: - 1
GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
ValueType
ArgIterator
Byte: - 1
Parse(System.String, System.Globalization.NumberStyles, System.IFormatProvider)
Char: - 3
ToLower(Char, System.Globalization.CultureInfo)
ToString(Char)
ToUpper(Char, System.Globalization.CultureInfo)
DateTime: - 7
FromOADate(Double)
GetDateTimeFormats()
GetDateTimeFormats(Char)
GetDateTimeFormats(Char, System.IFormatProvider)
GetDateTimeFormats(System.IFormatProvider)
ToDateTime(System.IFormatProvider)
ToOADate()
Decimal: - 13
FromOACurrency(Int64)
GetTypeCode()
ToByte(System.Decimal)
ToDouble(System.Decimal)
ToInt16(System.Decimal)
ToInt32(System.Decimal)
ToInt64(System.Decimal)
ToOACurrency(System.Decimal)
ToSByte(System.Decimal)
ToSingle(System.Decimal)
ToUInt16(System.Decimal)
ToUInt32(System.Decimal)
ToUInt64(System.Decimal)
Double: - 1
TryParse(System.String, System.Globalization.NumberStyles, System.IFormatProvider, Double ByRef)
Guid: - 1
NewGuid()
Int32: - 1
Parse(System.String, System.Globalization.NumberStyles, System.IFormatProvider)
Int64: - 1
Parse(System.String, System.Globalization.NumberStyles, System.IFormatProvider)
RuntimeFieldHandle
RuntimeMethodHandle: - 1
GetFunctionPointer()
SByte: - 1
Parse(System.String, System.Globalization.NumberStyles, System.IFormatProvider)
Single: - 2
Parse(System.String, System.Globalization.NumberStyles, System.IFormatProvider)
ToString(System.String, System.IFormatProvider)
TypedReference
UInt16: - 1
Parse(System.String, System.Globalization.NumberStyles, System.IFormatProvider)
UInt32: - 1
Parse(System.String, System.Globalization.NumberStyles, System.IFormatProvider)
MulticastDelegate
ArrayList: - 15
Adapter(System.Collections.IList)
BinarySearch(Int32, Int32, System.Object, System.Collections.IComparer)
BinarySearch(System.Object)
BinarySearch(System.Object, System.Collections.IComparer)
CopyTo(Int32, System.Array, Int32, Int32)
FixedSize(System.Collections.ArrayList)
FixedSize(System.Collections.IList)
InsertRange(Int32, System.Collections.ICollection)
ReadOnly(System.Collections.ArrayList)
ReadOnly(System.Collections.IList)
SetRange(Int32, System.Collections.ICollection)
Synchronized(System.Collections.ArrayList)
Synchronized(System.Collections.IList)
TrimToSize()
SyncRoot{ }
BitArray: - 1
CopyTo(System.Array, Int32)
CaseInsensitiveHashCodeProvider: - 1
GetHashCode(System.Object)
Hashtable: - 2: - 1
GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
OnDeserialization(System.Object)
ToString()
Queue: - 1
TrimToSize()
SortedList: - 1
Synchronized(System.Collections.SortedList)
StackTrace
.ctor()
.ctor(Int32)
.ctor(System.Exception)
.ctor(System.Exception, Int32)
.ctor(System.Threading.Thread, Boolean)
ISymbolDocument: - 2
get_CheckSumAlgorithmId()
CheckSumAlgorithmId{ }
ISymbolNamespace: - 1
GetVariables()
ISymbolWriter: - 2
DefineParameter(System.String, System.Reflection.ParameterAttributes, Int32, System.Diagnostics.SymbolStore.SymAddressKind, Int32, Int32, Int32)
SetMethodSourceRange(System.Diagnostics.SymbolStore.ISymbolDocumentWriter, Int32, Int32, System.Diagnostics.SymbolStore.ISymbolDocumentWriter, Int32, Int32)
SymbolToken: - 3
Equals(System.Object)
GetHashCode()
GetToken()
CompareInfo
CultureInfo: - 1: - 30
ClearCachedData()
Clone()
get_CompareInfo()
get_DisplayName()
get_EnglishName()
get_InstalledUICulture()
get_IsReadOnly()
get_NativeName()
get_OptionalCalendars()
get_Parent()
get_TextInfo()
get_ThreeLetterISOLanguageName()
get_ThreeLetterWindowsLanguageName()
get_TwoLetterISOLanguageName()
get_UseUserOverride()
GetCultures(System.Globalization.CultureTypes)
ReadOnly(System.Globalization.CultureInfo)
Calendar{ }
CompareInfo{ }
DisplayName{ }
EnglishName{ }
InstalledUICulture{ }
IsReadOnly{ }
NativeName{ }
OptionalCalendars{ }
Parent{ }
TextInfo{ }
ThreeLetterISOLanguageName{ }
ThreeLetterWindowsLanguageName{ }
TwoLetterISOLanguageName{ }
UseUserOverride{ }
GregorianCalendar
HebrewCalendar
HijriCalendar
JapaneseCalendar
KoreanCalendar
RegionInfo: - 1: - 8
get_Name()
get_ThreeLetterISORegionName()
get_ThreeLetterWindowsRegionName()
get_TwoLetterISORegionName()
CurrentRegion{ }
Name{ }
ThreeLetterISORegionName{ }
ThreeLetterWindowsRegionName{ }
TwoLetterISORegionName{ }
SortKey
StringInfo
TaiwanCalendar
TextElementEnumerator
TextInfo
ThaiBuddhistCalendar
UnicodeCategory
LineSeparator
ParagraphSeparator
SpacingCombiningMark
Directory: - 4
GetParent(System.String)
SetCreationTime(System.String, System.DateTime)
SetLastAccessTime(System.String, System.DateTime)
SetLastWriteTime(System.String, System.DateTime)
DirectoryInfo: - 6: - 4
CreateSubdirectory(System.String)
Delete(Boolean)
Equals(System.Object)
GetDirectories()
GetFiles()
GetFileSystemInfos()
Attributes{ }
CreationTime{ }
LastAccessTime{ }
LastWriteTime{ }
File: - 8: - 1
CreateText(System.String)
GetAttributes(System.String)
GetCreationTime(System.String)
GetLastAccessTime(System.String)
GetLastWriteTime(System.String)
SetAttributes(System.String, System.IO.FileAttributes)
SetCreationTime(System.String, System.DateTime)
SetLastAccessTime(System.String, System.DateTime)
SetLastWriteTime(System.String, System.DateTime)
FileInfo: - 9
AppendText()
CreateText()
Equals(System.Object)
OpenRead()
OpenText()
Attributes{ }
CreationTime{ }
LastAccessTime{ }
LastWriteTime{ }
FileStream: - 10
BeginRead(Byte[], Int32, Int32, System.AsyncCallback, System.Object)
BeginWrite(Byte[], Int32, Int32, System.AsyncCallback, System.Object)
EndRead(System.IAsyncResult)
EndWrite(System.IAsyncResult)
get_IsAsync()
get_Name()
Lock(Int64, Int64)
Unlock(Int64, Int64)
IsAsync{ }
Name{ }
FileSystemInfo: - 6
Equals(System.Object)
Equals(System.Object, System.Object)
Attributes{ }
CreationTime{ }
LastAccessTime{ }
LastWriteTime{ }
Path: - 3
Combine(System.String, System.String)
GetTempFileName()
GetTempPath()
Stream: - 4
BeginRead(Byte[], Int32, Int32, System.AsyncCallback, System.Object)
BeginWrite(Byte[], Int32, Int32, System.AsyncCallback, System.Object)
EndRead(System.IAsyncResult)
EndWrite(System.IAsyncResult)
Null
StreamReader: - 1: - 1
DiscardBufferedData()
Peek()
Null
StreamWriter
Null
TextReader: - 1: - 1
Synchronised(System.IO.TextReader)
Synchronized(System.IO.TextReader)
TextWriter: - 1: - 1
Synchronised(System.IO.TextWriter)
Synchronized(System.IO.TextWriter)
FileShare
Inheritable
IsolatedStorage: - 5: - 1
Remove()
AssemblyIdentity{ }
CurrentSize{ }
DomainIdentity{ }
MaximumSize{ }
Scope{ }
IsolatedStorageFile
IsolatedStorageFileStream: - 6
BeginRead(Byte[], Int32, Int32, System.AsyncCallback, System.Object)
BeginWrite(Byte[], Int32, Int32, System.AsyncCallback, System.Object)
EndRead(System.IAsyncResult)
EndWrite(System.IAsyncResult)
get_IsAsync()
IsAsync{ }
IsolatedStorageScope
Roaming
Assembly: - 4: - 17
add_ModuleResolve(System.Reflection.ModuleResolveEventHandler)
CreateQualifiedName(System.String, System.String)
get_EscapedCodeBase()
get_GlobalAssemblyCache()
GetAssembly(System.Type)
GetCallingAssembly()
GetEntryAssembly()
GetFiles(Boolean)
GetLoadedModules(Boolean)
GetModules(Boolean)
GetSatelliteAssembly(System.Globalization.CultureInfo)
GetSatelliteAssembly(System.Globalization.CultureInfo, System.Version)
LoadFrom(System.String, System.Security.Policy.Evidence)
LoadModule(System.String, Byte[])
LoadModule(System.String, Byte[], Byte[])
LoadWithPartialName(System.String)
LoadWithPartialName(System.String, System.Security.Policy.Evidence)
nCreateQualifiedName(System.String, System.String)
remove_ModuleResolve(System.Reflection.ModuleResolveEventHandler)
EscapedCodeBase{ }
GlobalAssemblyCache{ }
ModuleResolve
AssemblyAlgorithmIdAttribute: - 2
get_AlgorithmId()
AlgorithmId{ }
AssemblyDelaySignAttribute: - 2
get_DelaySign()
DelaySign{ }
AssemblyFileVersionAttribute: - 2
get_Version()
Version{ }
AssemblyName: - 26
Clone()
get_CultureInfo()
get_EscapedCodeBase()
get_Flags()
get_FullName()
get_HashAlgorithm()
get_KeyPair()
get_VersionCompatibility()
GetAssemblyName(System.String)
GetPublicKey()
GetPublicKeyToken()
OnDeserialization(System.Object)
set_CultureInfo(System.Globalization.CultureInfo)
set_Flags(System.Reflection.AssemblyNameFlags)
set_HashAlgorithm(System.Configuration.Assemblies.AssemblyHashAlgorithm)
set_KeyPair(System.Reflection.StrongNameKeyPair)
set_VersionCompatibility(System.Configuration.Assemblies.AssemblyVersionCompatibility)
SetPublicKey(Byte[])
SetPublicKeyToken(Byte[])
CultureInfo{ }
EscapedCodeBase{ }
Flags{ }
FullName{ }
HashAlgorithm{ }
KeyPair{ }
VersionCompatibility{ }
AssemblyNameProxy: - 1
GetAssemblyName(System.String)
Binder: - 6
BindToField(System.Reflection.BindingFlags, System.Reflection.FieldInfo[], System.Object, System.Globalization.CultureInfo)
BindToMethod(System.Reflection.BindingFlags, System.Reflection.MethodBase[], System.Object[] ByRef, System.Reflection.ParameterModifier[], System.Globalization.CultureInfo, System.String[], System.Object ByRef)
ChangeType(System.Object, System.Type, System.Globalization.CultureInfo)
ReorderArgumentArray(System.Object[] ByRef, System.Object)
SelectMethod(System.Reflection.BindingFlags, System.Reflection.MethodBase[], System.Type[], System.Reflection.ParameterModifier[])
SelectProperty(System.Reflection.BindingFlags, System.Reflection.PropertyInfo[], System.Type, System.Type[], System.Reflection.ParameterModifier[])
ConstructorInfo: - 1
Invoke(System.Object[])
FieldInfo: - 2: - 21
get_IsAssembly()
get_IsFamily()
get_IsFamilyAndAssembly()
get_IsFamilyOrAssembly()
get_IsNotSerialized()
get_IsPinvokeImpl()
get_IsPrivate()
get_IsPublic()
get_IsSpecialName()
GetFieldFromHandle(System.RuntimeFieldHandle)
GetValueDirect(TypedReference)
SetValue(System.Object, System.Object)
SetValue(System.Object, System.Object, System.Reflection.BindingFlags, System.Reflection.Binder, System.Globalization.CultureInfo)
SetValueDirect(TypedReference, System.Object)
IsAssembly{ }
IsFamily{ }
IsFamilyAndAssembly{ }
IsFamilyOrAssembly{ }
IsNotSerialized{ }
IsPinvokeImpl{ }
IsPrivate{ }
IsPublic{ }
IsSpecialName{ }
ManifestResourceInfo: - 6
get_FileName()
get_ReferencedAssembly()
get_ResourceLocation()
FileName{ }
ReferencedAssembly{ }
ResourceLocation{ }
Pointer
ReflectionTypeLoadException: - 1
GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
TypeDelegator: - 4
FindInterfaces(System.Reflection.TypeFilter, System.Object)
GetArrayRank()
IsAssignableFrom(System.Type)
IsPublic{ }
ModuleResolveEventHandler
BindingFlags
Default
FlattenHierarchy
IgnoreReturn
PutDispProperty
PutRefDispProperty
MethodImplAttributes
PreserveSig
TypeAttributes
SequentialLayout
AssemblyBuilder: - 1: - 1
GetFiles(Boolean)
GetSatelliteAssembly(System.Globalization.CultureInfo)
ConstructorBuilder: - 3
DefineParameter(Int32, System.Reflection.ParameterAttributes, System.String)
Invoke(System.Object[])
InitLocals{ }
EnumBuilder: - 4
FindInterfaces(System.Reflection.TypeFilter, System.Object)
GetArrayRank()
IsAssignableFrom(System.Type)
IsPublic{ }
FieldBuilder: - 1
SetValue(System.Object, System.Object)
ILGenerator: - 1: - 1
Emit(System.Reflection.Emit.OpCode, System.Reflection.Emit.SignatureHelper)
EmitCalli(System.Reflection.Emit.OpCode, System.Runtime.InteropServices.CallingConvention, System.Type, System.Type[])
MethodBuilder: - 1: - 9
AddDeclarativeSecurity(System.Security.Permissions.SecurityAction, System.Security.PermissionSet)
DefineParameter(Int32, System.Reflection.ParameterAttributes, System.String)
get_InitLocals()
get_Signature()
GetModule()
set_InitLocals(Boolean)
SetMarshal(System.Reflection.Emit.UnmanagedMarshal)
SetSymCustomAttribute(System.String, Byte[])
InitLocals{ }
Signature{ }
MethodRental
ModuleBuilder: - 1: - 25
CreateGlobalFunctions()
DefineDocument(System.String, System.Guid, System.Guid, System.Guid)
DefineGlobalMethod(System.String, System.Reflection.MethodAttributes, System.Reflection.CallingConventions, System.Type, System.Type[])
DefineGlobalMethod(System.String, System.Reflection.MethodAttributes, System.Type, System.Type[])
DefineInitializedData(System.String, Byte[], System.Reflection.FieldAttributes)
DefinePInvokeMethod(System.String, System.String, System.Reflection.MethodAttributes, System.Reflection.CallingConventions, System.Type, System.Type[], System.Runtime.InteropServices.CallingConvention, System.Runtime.InteropServices.CharSet)
DefinePInvokeMethod(System.String, System.String, System.String, System.Reflection.MethodAttributes, System.Reflection.CallingConventions, System.Type, System.Type[], System.Runtime.InteropServices.CallingConvention, System.Runtime.InteropServices.CharSet)
DefineResource(System.String, System.String)
DefineResource(System.String, System.String, System.Reflection.ResourceAttributes)
DefineType(System.String)
DefineUninitializedData(System.String, Int32, System.Reflection.FieldAttributes)
DefineUnmanagedResource(Byte[])
DefineUnmanagedResource(System.String)
GetArrayMethodToken(System.Type, System.String, System.Reflection.CallingConventions, System.Type, System.Type[])
GetConstructorToken(System.Reflection.ConstructorInfo)
GetFieldToken(System.Reflection.FieldInfo)
GetMethodToken(System.Reflection.MethodInfo)
GetSignatureToken(Byte[], Int32)
GetSignatureToken(System.Reflection.Emit.SignatureHelper)
GetStringConstant(System.String)
GetSymWriter()
GetTypeToken(System.String)
GetTypeToken(System.Type)
IsTransient()
SetSymCustomAttribute(System.String, Byte[])
SetUserEntryPoint(System.Reflection.MethodInfo)
ParameterBuilder: - 1
SetConstant(System.Object)
SignatureHelper: - 1
GetMethodSigHelper(System.Reflection.Module, System.Runtime.InteropServices.CallingConvention, System.Type)
TypeBuilder: - 5: - 4
DefineNestedType(System.String)
FindInterfaces(System.Reflection.TypeFilter, System.Object)
get_Size()
get_TypeToken()
GetArrayRank()
IsAssignableFrom(System.Type)
IsPublic{ }
Size{ }
TypeToken{ }
UnmanagedMarshal: - 5
DefineByValArray(Int32)
DefineByValTStr(Int32)
DefineLPArray(System.Runtime.InteropServices.UnmanagedType)
DefineSafeArray(System.Runtime.InteropServices.UnmanagedType)
DefineUnmanagedMarshal(System.Runtime.InteropServices.UnmanagedType)
Label: - 1
Equals(System.Object)
ResourceManager: - 2
GetObject(System.String)
GetObject(System.String, System.Globalization.CultureInfo)
MagicNumber
ResourceSet
.ctor(System.IO.Stream)
.ctor(System.Resources.IResourceReader)
.ctor(System.String)
AccessedThroughPropertyAttribute
CallConvCdecl
CallConvFastcall
CallConvStdcall
CallConvThiscall
CompilationRelaxationsAttribute
CompilerGlobalScopeAttribute
CustomConstantAttribute
DateTimeConstantAttribute
DecimalConstantAttribute
DiscardableAttribute
IDispatchConstantAttribute
IsVolatile
IUnknownConstantAttribute
RequiredAttributeAttribute
RuntimeHelpers: - 2
GetObjectValue(System.Object)
RunClassConstructor(System.RuntimeTypeHandle)
MethodImplOptions
PreserveSig
ITypeLibConverter: - 1
ConvertTypeLibToAssembly(System.Object, System.String, System.Runtime.InteropServices.TypeLibImporterFlags, System.Runtime.InteropServices.ITypeLibImporterNotifySink, Byte[], System.Reflection.StrongNameKeyPair, System.String, System.Version)
UCOMIBindCtx
UCOMIConnectionPoint
UCOMIConnectionPointContainer
UCOMIEnumConnectionPoints
UCOMIEnumConnections
UCOMIEnumMoniker
UCOMIEnumString
UCOMIEnumVARIANT
UCOMIMoniker
UCOMIPersistFile
UCOMIRunningObjectTable
UCOMIStream
UCOMITypeComp
UCOMITypeInfo
UCOMITypeLib
AutomationProxyAttribute
ClassInterfaceAttribute
CoClassAttribute
ComAliasNameAttribute
ComConversionLossAttribute
ComEventInterfaceAttribute
COMException
ComImportAttribute
ComRegisterFunctionAttribute
ComSourceInterfacesAttribute
ComUnregisterFunctionAttribute
ComVisibleAttribute
CurrencyWrapper
DispatchWrapper
DispIdAttribute
ErrorWrapper
ExtensibleClassFactory
IDispatchImplAttribute
ImportedFromTypeLibAttribute
InvalidComObjectException
InvalidOleVariantTypeException
LCIDConversionAttribute
Marshal: - 122
AddRef(IntPtr)
AllocCoTaskMem(Int32)
AllocHGlobal(Int32)
AllocHGlobal(IntPtr)
BindToMoniker(System.String)
ChangeWrapperHandleStrength(System.Object, Boolean)
Copy(Byte[], Int32, IntPtr, Int32)
Copy(Char[], Int32, IntPtr, Int32)
Copy(Double[], Int32, IntPtr, Int32)
Copy(Int16[], Int32, IntPtr, Int32)
Copy(Int32[], Int32, IntPtr, Int32)
Copy(Int64[], Int32, IntPtr, Int32)
Copy(IntPtr, Byte[], Int32, Int32)
Copy(IntPtr, Char[], Int32, Int32)
Copy(IntPtr, Double[], Int32, Int32)
Copy(IntPtr, Int16[], Int32, Int32)
Copy(IntPtr, Int32[], Int32, Int32)
Copy(IntPtr, Int64[], Int32, Int32)
Copy(IntPtr, Single[], Int32, Int32)
Copy(Single[], Int32, IntPtr, Int32)
CreateWrapperOfType(System.Object, System.Type)
DestroyStructure(IntPtr, System.Type)
FreeBSTR(IntPtr)
FreeCoTaskMem(IntPtr)
FreeHGlobal(IntPtr)
GenerateGuidForType(System.Type)
GenerateProgIdForType(System.Type)
GetActiveObject(System.String)
GetComInterfaceForObject(System.Object, System.Type)
GetComObjectData(System.Object, System.Object)
GetComSlotForMethodInfo(System.Reflection.MemberInfo)
GetEndComSlot(System.Type)
GetExceptionCode()
GetExceptionPointers()
GetHINSTANCE(System.Reflection.Module)
GetHRForException(System.Exception)
GetHRForLastWin32Error()
GetIDispatchForObject(System.Object)
GetITypeInfoForType(System.Type)
GetIUnknownForObject(System.Object)
GetManagedThunkForUnmanagedMethodPtr(IntPtr, IntPtr, Int32)
GetMethodInfoForComSlot(System.Type, Int32, System.Runtime.InteropServices.ComMemberType ByRef)
GetNativeVariantForObject(System.Object, IntPtr)
GetObjectForIUnknown(IntPtr)
GetObjectForNativeVariant(IntPtr)
GetObjectsForNativeVariants(IntPtr, Int32)
GetStartComSlot(System.Type)
GetThreadFromFiberCookie(Int32)
GetTypedObjectForIUnknown(IntPtr, System.Type)
GetTypeForITypeInfo(IntPtr)
GetTypeInfoName(System.Runtime.InteropServices.UCOMITypeInfo)
GetTypeLibGuid(System.Runtime.InteropServices.UCOMITypeLib)
GetTypeLibGuidForAssembly(System.Reflection.Assembly)
GetTypeLibLcid(System.Runtime.InteropServices.UCOMITypeLib)
GetTypeLibName(System.Runtime.InteropServices.UCOMITypeLib)
GetUnmanagedThunkForManagedMethodPtr(IntPtr, IntPtr, Int32)
IsComObject(System.Object)
IsTypeVisibleFromCom(System.Type)
NumParamBytes(System.Reflection.MethodInfo)
OffsetOf(System.Type, System.String)
Prelink(System.Reflection.MethodInfo)
PrelinkAll(System.Type)
PtrToStringAnsi(IntPtr)
PtrToStringAnsi(IntPtr, Int32)
PtrToStringAuto(IntPtr, Int32)
PtrToStringBSTR(IntPtr)
PtrToStringUni(IntPtr)
PtrToStringUni(IntPtr, Int32)
PtrToStructure(IntPtr, System.Object)
PtrToStructure(IntPtr, System.Type)
QueryInterface(IntPtr, System.Guid ByRef, IntPtr ByRef)
ReadByte(IntPtr)
ReadByte(IntPtr, Int32)
ReadByte(System.Object, Int32)
ReadInt16(IntPtr)
ReadInt16(IntPtr, Int32)
ReadInt16(System.Object, Int32)
ReadInt32(IntPtr)
ReadInt32(IntPtr, Int32)
ReadInt32(System.Object, Int32)
ReadInt64(IntPtr)
ReadInt64(IntPtr, Int32)
ReadInt64(System.Object, Int32)
ReadIntPtr(IntPtr, Int32)
ReadIntPtr(System.Object, Int32)
ReAllocCoTaskMem(IntPtr, Int32)
ReAllocHGlobal(IntPtr, IntPtr)
Release(IntPtr)
ReleaseComObject(System.Object)
ReleaseThreadCache()
SetComObjectData(System.Object, System.Object, System.Object)
SizeOf(System.Object)
SizeOf(System.Type)
StringToBSTR(System.String)
StringToCoTaskMemAnsi(System.String)
StringToCoTaskMemAuto(System.String)
StringToCoTaskMemUni(System.String)
StringToHGlobalAnsi(System.String)
StringToHGlobalAuto(System.String)
StringToHGlobalUni(System.String)
StructureToPtr(System.Object, IntPtr, Boolean)
ThrowExceptionForHR(Int32)
ThrowExceptionForHR(Int32, IntPtr)
UnsafeAddrOfPinnedArrayElement(System.Array, Int32)
WriteByte(IntPtr, Byte)
WriteByte(IntPtr, Int32, Byte)
WriteByte(System.Object, Int32, Byte)
WriteInt16(IntPtr, Char)
WriteInt16(IntPtr, Int16)
WriteInt16(IntPtr, Int32, Char)
WriteInt16(IntPtr, Int32, Int16)
WriteInt16(System.Object, Int32, Char)
WriteInt16(System.Object, Int32, Int16)
WriteInt32(IntPtr, Int32)
WriteInt32(IntPtr, Int32, Int32)
WriteInt32(System.Object, Int32, Int32)
WriteInt64(IntPtr, Int32, Int64)
WriteInt64(IntPtr, Int64)
WriteInt64(System.Object, Int32, Int64)
WriteIntPtr(IntPtr, Int32, IntPtr)
WriteIntPtr(IntPtr, IntPtr)
WriteIntPtr(System.Object, Int32, IntPtr)
SystemDefaultCharSize
SystemMaxDBCSCharSize
MarshalAsAttribute
SafeArrayUserDefinedSubType
MarshalDirectiveException
PreserveSigAttribute
PrimaryInteropAssemblyAttribute
ProgIdAttribute
RegistrationServices
RuntimeEnvironment
SafeArrayRankMismatchException
SafeArrayTypeMismatchException
SEHException
TypeLibConverter
TypeLibFuncAttribute
TypeLibTypeAttribute
TypeLibVarAttribute
UnknownWrapper
ArrayWithOffset
BIND_OPTS
BINDPTR
CONNECTDATA
DISPPARAMS
ELEMDESC
EXCEPINFO
FILETIME
FUNCDESC
HandleRef
IDLDESC
PARAMDESC
STATSTG
TYPEATTR
TYPEDESC
TYPELIBATTR
VARDESC
ObjectCreationDelegate
CALLCONV
CharSet
None
ClassInterfaceType
ComMemberType
DESCKIND
FUNCFLAGS
FUNCKIND
IDispatchImplType
IDLFLAG
IMPLTYPEFLAGS
ImporterEventKind
ERROR_REFTOINVALIDTYPELIB
NOTIF_TYPECONVERTED
INVOKEKIND
LIBFLAGS
PARAMFLAG
SYSKIND
TYPEFLAGS
TYPEKIND
TypeLibFuncFlags
TypeLibImporterFlags
TypeLibTypeFlags
TypeLibVarFlags
UnmanagedType
Currency
VARFLAGS
IChannelInfo
IEnvoyInfo
IObjectHandle
IRemotingTypeInfo
ActivatedClientTypeEntry
ActivatedServiceTypeEntry
InternalRemotingServices
ObjectHandle: - 2: - 1
.ctor(System.Object)
InitializeLifetimeService()
InitializeLifeTimeService()
Unwrap()
ObjRef: - 4: - 12
.ctor(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
get_ChannelInfo()
get_EnvoyInfo()
get_TypeInfo()
get_URI()
GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
GetRealObject(System.Runtime.Serialization.StreamingContext)
IsFromThisAppDomain()
IsFromThisProcess()
set_ChannelInfo(System.Runtime.Remoting.IChannelInfo)
set_EnvoyInfo(System.Runtime.Remoting.IEnvoyInfo)
set_TypeInfo(System.Runtime.Remoting.IRemotingTypeInfo)
set_URI(System.String)
ChannelInfo{ }
EnvoyInfo{ }
TypeInfo{ }
URI{ }
RemotingConfiguration
RemotingException
RemotingServices
RemotingTimeoutException
ServerException
SoapServices
TypeEntry
WellKnownClientTypeEntry
WellKnownServiceTypeEntry
UrlAttribute
IContextPropertyActivator
IContributeClientContextSink
IContributeDynamicSink
IContributeEnvoySink
IContributeObjectSink
IContributeServerContextSink
Context: - 12
AllocateDataSlot()
AllocateNamedDataSlot(System.String)
DoCallBack(System.Runtime.Remoting.Contexts.CrossContextDelegate)
FreeNamedDataSlot(System.String)
Freeze()
get_ContextProperties()
GetData(System.LocalDataStoreSlot)
GetNamedDataSlot(System.String)
RegisterDynamicProperty(System.Runtime.Remoting.Contexts.IDynamicProperty, System.ContextBoundObject, System.Runtime.Remoting.Contexts.Context)
SetData(System.LocalDataStoreSlot, System.Object)
UnregisterDynamicProperty(System.String, System.ContextBoundObject, System.Runtime.Remoting.Contexts.Context)
ContextProperties{ }
ContextProperty
SynchronizationAttribute: - 9
.ctor()
.ctor(Boolean)
.ctor(Int32)
.ctor(Int32, Boolean)
get_IsReEntrant()
get_Locked()
GetClientContextSink(System.Runtime.Remoting.Messaging.IMessageSink)
GetPropertiesForNewContext(System.Runtime.Remoting.Activation.IConstructionCallMessage)
GetServerContextSink(System.Runtime.Remoting.Messaging.IMessageSink)
IsContextOK(System.Runtime.Remoting.Contexts.Context, System.Runtime.Remoting.Activation.IConstructionCallMessage)
set_Locked(Boolean)
IsReEntrant{ }
Locked{ }
NOT_SUPPORTED
REQUIRED
REQUIRES_NEW
SUPPORTED
CrossContextDelegate
ILogicalThreadAffinative
IMessageCtrl
IMessageSink
IMethodCallMessage
IMethodMessage: - 2
get_LogicalCallContext()
LogicalCallContext{ }
IRemotingFormatter
AsyncResult
CallContext
ConstructionCall
ConstructionResponse
InternalMessageWrapper
LogicalCallContext
MethodCall
MethodCallMessageWrapper
MethodResponse
MethodReturnMessageWrapper
OneWayAttribute
RemotingSurrogateSelector
ReturnMessage
HeaderHandler
MessageSurrogateFilter
Formatter
FormatterConverter
FormatterServices
ObjectManager
StreamingContextStates
CrossAppDomain
InternalRM
InternalST
ServerFault
SoapFault
SoapMessage
BinaryFormatter
IEvidenceFactory: - 2
get_Evidence()
Evidence{ }
AllowPartiallyTrustedCallersAttribute
CodeAccessPermission: - 4
RevertAll()
RevertAssert()
RevertDeny()
RevertPermitOnly()
NamedPermissionSet
PermissionSet: - 16
ContainsNonCodeAccessPermissions()
ConvertPermissionSet(System.String, Byte[], System.String)
get_Count()
get_IsReadOnly()
get_IsSynchronized()
get_SyncRoot()
GetPermission(System.Type)
Intersect(System.Security.PermissionSet)
IsEmpty()
IsUnrestricted()
RemovePermission(System.Type)
SetPermission(System.Security.IPermission)
Count{ }
IsReadOnly{ }
IsSynchronized{ }
SyncRoot{ }
SecurityElement: - 6
IsValidAttributeName(System.String)
IsValidAttributeValue(System.String)
IsValidTag(System.String)
IsValidText(System.String)
SearchForChildByTag(System.String)
SearchForTextOfTag(System.String)
ICryptoTransform: - 2
get_CanReuseTransform()
CanReuseTransform{ }
AsymmetricAlgorithm: - 1: - 1
Clear()
Create(System.String)
CryptoAPITransform: - 6: - 3
Clear()
get_CanReuseTransform()
TransformBlock(Byte[], Int32, Int32, Byte[], Int32)
TransformFinalBlock(Byte[], Int32, Int32)
CanReuseTransform{ }
CanTransformMultipleBlocks{ }
InputBlockSize{ }
KeyHandle{ }
OutputBlockSize{ }
CryptoConfig
CryptoStream: - 4: - 1
Clear()
Flush()
FlushFinalBlock()
Read(Byte[], Int32, Int32)
Write(Byte[], Int32, Int32)
DES: - 3
Create()
Create(System.String)
IV{ }
DESCryptoServiceProvider: - 1: - 4
CreateDecryptor(Byte[], Byte[])
CreateEncryptor(Byte[], Byte[])
GenerateIV()
GenerateKey()
Key{ }
DSA: - 2
Create(System.String)
FromXmlString(System.String)
DSACryptoServiceProvider: - 1
VerifyHash(Byte[], System.String, Byte[])
DSASignatureDeformatter: - 2
.ctor()
.ctor(System.Security.Cryptography.AsymmetricAlgorithm)
SetKey(System.Security.Cryptography.AsymmetricAlgorithm)
VerifySignature(Byte[], Byte[])
DSASignatureFormatter: - 3
.ctor()
.ctor(System.Security.Cryptography.AsymmetricAlgorithm)
CreateSignature(Byte[])
SetHashAlgorithm(System.String)
SetKey(System.Security.Cryptography.AsymmetricAlgorithm)
FromBase64Transform: - 3
Clear()
get_CanReuseTransform()
CanReuseTransform{ }
HashAlgorithm: - 4: - 5
Clear()
ComputeHash(Byte[], Int32, Int32)
ComputeHash(System.IO.Stream)
Create(System.String)
get_CanReuseTransform()
CanReuseTransform{ }
CanTransformMultipleBlocks{ }
InputBlockSize{ }
OutputBlockSize{ }
HMACSHA1
KeyedHashAlgorithm
MACTripleDES
MaskGenerationMethod
MD5: - 4
Create(System.String)
CanTransformMultipleBlocks{ }
InputBlockSize{ }
OutputBlockSize{ }
MD5CryptoServiceProvider: - 3
CanTransformMultipleBlocks{ }
InputBlockSize{ }
OutputBlockSize{ }
PasswordDeriveBytes
PKCS1MaskGenerationMethod
RandomNumberGenerator: - 1
Create(System.String)
RC2
RC2CryptoServiceProvider
Rijndael: - 1
IV{ }
RijndaelManaged: - 5
CreateDecryptor(Byte[], Byte[])
CreateEncryptor(Byte[], Byte[])
GenerateIV()
GenerateKey()
IV{ }
RNGCryptoServiceProvider
.ctor()
.ctor(Byte[])
.ctor(System.Security.Cryptography.CspParameters)
.ctor(System.String)
RSA
RSACryptoServiceProvider
RSAOAEPKeyExchangeDeformatter
RSAOAEPKeyExchangeFormatter
RSAPKCS1KeyExchangeDeformatter
RSAPKCS1KeyExchangeFormatter
RSAPKCS1SignatureDeformatter
RSAPKCS1SignatureFormatter
SHA1: - 4
Create(System.String)
CanTransformMultipleBlocks{ }
InputBlockSize{ }
OutputBlockSize{ }
SHA1CryptoServiceProvider: - 3
CanTransformMultipleBlocks{ }
InputBlockSize{ }
OutputBlockSize{ }
SHA1Managed
SHA256: - 4
.ctor()
Create(System.String)
CanTransformMultipleBlocks{ }
InputBlockSize{ }
OutputBlockSize{ }
SHA256Managed: - 3
CanTransformMultipleBlocks{ }
InputBlockSize{ }
OutputBlockSize{ }
SHA384: - 4
.ctor()
Create(System.String)
CanTransformMultipleBlocks{ }
InputBlockSize{ }
OutputBlockSize{ }
SHA384Managed: - 3
CanTransformMultipleBlocks{ }
InputBlockSize{ }
OutputBlockSize{ }
SHA512: - 4
.ctor()
Create(System.String)
CanTransformMultipleBlocks{ }
InputBlockSize{ }
OutputBlockSize{ }
SHA512Managed: - 3
CanTransformMultipleBlocks{ }
InputBlockSize{ }
OutputBlockSize{ }
SignatureDescription: - 2
CreateDeformatter(System.Security.Cryptography.AsymmetricAlgorithm)
CreateFormatter(System.Security.Cryptography.AsymmetricAlgorithm)
SymmetricAlgorithm: - 2: - 1
Clear()
Create(System.String)
IV{ }
ToBase64Transform: - 3
Clear()
get_CanReuseTransform()
CanReuseTransform{ }
TripleDES
TripleDESCryptoServiceProvider
RSAParameters
X509Certificate: - 20
CreateFromCertFile(System.String)
CreateFromSignedFile(System.String)
Equals(System.Security.Cryptography.X509Certificates.X509Certificate)
GetCertHash()
GetCertHashString()
GetEffectiveDateString()
GetExpirationDateString()
GetFormat()
GetIssuerName()
GetKeyAlgorithm()
GetKeyAlgorithmParameters()
GetKeyAlgorithmParametersString()
GetName()
GetPublicKey()
GetPublicKeyString()
GetRawCertData()
GetRawCertDataString()
GetSerialNumber()
GetSerialNumberString()
ToString(Boolean)
CodeAccessSecurityAttribute
.ctor(System.Security.Permissions.SecurityAction)
EnvironmentPermission
EnvironmentPermissionAttribute: - 1
CreatePermission()
FileDialogPermission
FileDialogPermissionAttribute: - 1
CreatePermission()
FileIOPermissionAttribute: - 1
CreatePermission()
IsolatedStorageFilePermission
IsolatedStorageFilePermissionAttribute: - 1
CreatePermission()
IsolatedStoragePermission: - 3
FromXml(System.Security.SecurityElement)
IsUnrestricted()
ToXml()
IsolatedStoragePermissionAttribute: - 1
CreatePermission()
PermissionSetAttribute: - 1
CreatePermissionSet()
PrincipalPermission
PrincipalPermissionAttribute
PrinciplePermissionAttribute: - 4
CreatePermission()
Authenticated{ }
Name{ }
Role{ }
PublisherIdentityPermission
PublisherIdentityPermissionAttribute
ReflectionPermission
ReflectionPermissionAttribute: - 1
CreatePermission()
RegistryPermission
RegistryPermissionAttribute: - 1: - 2
CreatePermission()
set_All(System.String)
All{ }
SecurityPermission
SecurityPermissionAttribute
SiteIdentityPermission
SiteIdentityPermissionAttribute: - 1
CreatePermission()
StrongNameIdentityPermission
StrongNameIdentityPermissionAttribute: - 1
CreatePermission()
StrongNamePublicKeyBlob
UIPermission
UIPermissionAttribute: - 1
CreatePermission()
UrlIdentityPermission
UrlIdentityPermissionAttribute: - 1
CreatePermission()
ZoneIdentityPermission
ZoneIdentityPermissionAttribute: - 1
CreatePermission()
IsolatedStorageContainment
AssemblyIsolationByRoamingUser
DomainIsolationByRoamingUser
ReflectionPermissionFlag
ReflectionEmit
IMembershipCondition: - 1
Equals(System.Object)
ApplicationDirectory
ApplicationDirectoryMembershipCondition
CodeGroup: - 3
FromXml(System.Security.SecurityElement, System.Security.Policy.PolicyLevel)
GetHashCode()
ToXml(System.Security.Policy.PolicyLevel)
Evidence: - 1: - 17
.ctor()
AddAssembly(System.Object)
AddHost(System.Object)
CopyTo(System.Array, Int32)
get_Count()
get_IsReadOnly()
get_IsSynchronized()
get_Locked()
get_SyncRoot()
GetAssemblyEnumerator()
GetEnumerator()
GetHostEnumerator()
Merge(System.Security.Policy.Evidence)
set_Locked(Boolean)
Count{ }
IsReadOnly{ }
IsSynchronized{ }
Locked{ }
SyncRoot{ }
FileCodeGroup: - 4
.ctor(System.Security.Policy.IMembershipCondition, System.Security.Permissions.FileIOPermissionAccess)
FromXml(System.Security.SecurityElement, System.Security.Policy.PolicyLevel)
GetHashCode()
Resolve(System.Security.Policy.Evidence)
ToXml(System.Security.Policy.PolicyLevel)
FirstMatchCodeGroup
Hash
HashMembershipCondition
NetCodeGroup
PermissionRequestEvidence
PolicyLevel: - 16
AddFullTrustAssembly(System.Security.Policy.StrongName)
AddFullTrustAssembly(System.Security.Policy.StrongNameMembershipCondition)
AddNamedPermissionSet(System.Security.NamedPermissionSet)
ChangeNamedPermissionSet(System.String, System.Security.PermissionSet)
CreateAppDomainLevel()
FromXml(System.Security.SecurityElement)
GetNamedPermissionSet(System.String)
Recover()
RemoveFullTrustAssembly(System.Security.Policy.StrongName)
RemoveFullTrustAssembly(System.Security.Policy.StrongNameMembershipCondition)
RemoveNamedPermissionSet(System.Security.NamedPermissionSet)
RemoveNamedPermissionSet(System.String)
Reset()
Resolve(System.Security.Policy.Evidence)
ResolveMatchingCodeGroups(System.Security.Policy.Evidence)
ToXml()
PolicyStatement: - 4: - 1
Copy()
FromXml(System.Security.SecurityElement)
FromXml(System.Security.SecurityElement, System.Security.Policy.PolicyLevel)
ToXml()
ToXml(System.Security.Policy.PolicyLevel)
Publisher
PublisherMembershipCondition
Site
SiteMembershipCondition
StrongName
StrongNameMembershipCondition
UnionCodeGroup
Url
UrlMembershipCondition
Zone
ZoneMembershipCondition
WindowsIdentity
WindowsImpersonationContext
WindowsPrincipal
ASCIIEncoding: - 6
GetEncoding(Int32)
GetEncoding(System.String)
GetHashCode()
GetMaxByteCount(Int32)
GetPreamble()
WindowsCodePage{ }
Encoding: - 5
GetEncoding(Int32)
GetEncoding(System.String)
GetHashCode()
GetPreamble()
WindowsCodePage{ }
StringBuilder: - 7: - 3
Append(Char[])
AppendFormat(System.IFormatProvider, System.String, System.Object[])
AppendFormat(System.String, System.Object)
AppendFormat(System.String, System.Object, System.Object)
AppendFormat(System.String, System.Object, System.Object, System.Object)
AppendFormat(System.String, System.Object[])
get_Chars(Int32)
set_Chars(Int32, Char)
Chars{ }
MaxCapacity{ }
UnicodeEncoding: - 5
GetEncoding(Int32)
GetEncoding(System.String)
GetHashCode()
GetPreamble()
WindowsCodePage{ }
CharSize
UTF7Encoding: - 6
GetEncoding(Int32)
GetEncoding(System.String)
GetHashCode()
GetMaxByteCount(Int32)
GetPreamble()
WindowsCodePage{ }
UTF8Encoding: - 5
GetEncoding(Int32)
GetEncoding(System.String)
GetHashCode()
GetPreamble()
WindowsCodePage{ }
CompressedStack
Monitor: - 2
Wait(System.Object, Int32, Boolean)
Wait(System.Object, System.TimeSpan, Boolean)
Overlapped: - 8
.ctor()
.ctor(Int32, Int32, Int32, System.IAsyncResult)
Free(System.Threading.NativeOverlapped*)
Pack(System.Threading.IOCompletionCallback)
Unpack(System.Threading.NativeOverlapped*)
UnsafePack(System.Threading.IOCompletionCallback)
AsyncResult{ }
EventHandle{ }
OffsetHigh{ }
OffsetLow{ }
ReaderWriterLock: - 15
.ctor()
AcquireReaderLock(Int32)
AcquireReaderLock(System.TimeSpan)
AcquireWriterLock(Int32)
AcquireWriterLock(System.TimeSpan)
AnyWritersSince(Int32)
DowngradeFromWriterLock(System.Threading.LockCookie ByRef)
ReleaseLock()
ReleaseReaderLock()
ReleaseWriterLock()
RestoreLock(System.Threading.LockCookie ByRef)
UpgradeToWriterLock(Int32)
UpgradeToWriterLock(System.TimeSpan)
IsReaderLockHeld{ }
IsWriterLockHeld{ }
WriterSeqNum{ }
RegisteredWaitHandle: - 1
Unregister(System.Threading.WaitHandle)
Thread: - 14: - 3
Abort()
Abort(System.Object)
get_IsThreadPoolThread()
GetDomain()
GetDomainID()
Interrupt()
ResetAbort()
Resume()
SpinWait(Int32)
Suspend()
ApartmentState{ }
CurrentContext{ }
CurrentCulture{ }
CurrentPrincipal{ }
CurrentUICulture{ }
IsThreadPoolThread{ }
Priority{ }
ThreadAbortException: - 1
ExceptionState{ }
ThreadPool: - 12: - 2
BindHandle(IntPtr)
GetAvailableThreads(Int32 ByRef, Int32 ByRef)
GetMaxThreads(Int32 ByRef, Int32 ByRef)
QueueUserWorkItem(System.Threading.WaitCallback)
QueueUserWorkItem(System.Threading.WaitCallback, System.Object)
RegisterWaitForSingleObject(System.Threading.WaitHandle, System.Threading.WaitOrTimerCallback, System.Object, Int32, Boolean)
RegisterWaitForSingleObject(System.Threading.WaitHandle, System.Threading.WaitOrTimerCallback, System.Object, Int64, Boolean)
RegisterWaitForSingleObject(System.Threading.WaitHandle, System.Threading.WaitOrTimerCallback, System.Object, System.TimeSpan, Boolean)
RegisterWaitForSingleObject(System.Threading.WaitHandle, System.Threading.WaitOrTimerCallback, System.Object, UInt32, Boolean)
UnsafeQueueUserWorkItem(System.Threading.WaitCallback, System.Object)
UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle, System.Threading.WaitOrTimerCallback, System.Object, Int32, Boolean)
UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle, System.Threading.WaitOrTimerCallback, System.Object, Int64, Boolean)
UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle, System.Threading.WaitOrTimerCallback, System.Object, System.TimeSpan, Boolean)
UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle, System.Threading.WaitOrTimerCallback, System.Object, UInt32, Boolean)
Timer: - 6
.ctor(System.Threading.TimerCallback, System.Object, Int32, Int32)
.ctor(System.Threading.TimerCallback, System.Object, Int64, Int64)
.ctor(System.Threading.TimerCallback, System.Object, System.TimeSpan, System.TimeSpan)
.ctor(System.Threading.TimerCallback, System.Object, UInt32, UInt32)
Change(Int32, Int32)
Change(Int64, Int64)
Change(System.TimeSpan, System.TimeSpan)
Change(UInt32, UInt32)
Dispose()
Dispose(System.Threading.WaitHandle)
WaitHandle
.ctor()
diff --git a/web/class-status b/web/class-status deleted file mode 100644 index 7c9501cce20..00000000000 --- a/web/class-status +++ /dev/null @@ -1,212 +0,0 @@ -* Status of the various pieces of the class library - - You can browse the status of the class library and see who has - registered to work on what parts of the system. These list - work-in-progress components currently. - - Browse the current status. - - You can also download the XML maintainers file that - contains the actual maintainers list. - - You can also download the master Class Status XML file. - -* List of not-implemented classes - - This tree shows the hierarchy of classes in the CORLIB assembly - that are either missing from the Mono project, or - are not yet fully completed (TODO). -

Missing
TODO
Completed

_AppDomain: - 2
GetData(System.String)
ToString()
__ComObject
Activator
AppDomain: - 15: - 11
AppendPrivatePath(System.String)
ClearPrivatePath()
ClearShadowCopyPath()
CreateComInstanceFrom(System.String, System.String)
CreateInstance(System.String, System.String, Boolean, System.Reflection.BindingFlags, System.Reflection.Binder, System.Object[], System.Globalization.CultureInfo, System.Object[], System.Security.Policy.Evidence)
CreateInstanceAndUnwrap(System.String, System.String)
CreateInstanceAndUnwrap(System.String, System.String, Boolean, System.Reflection.BindingFlags, System.Reflection.Binder, System.Object[], System.Globalization.CultureInfo, System.Object[], System.Security.Policy.Evidence)
CreateInstanceAndUnwrap(System.String, System.String, System.Object[])
CreateInstanceFrom(System.String, System.String, Boolean, System.Reflection.BindingFlags, System.Reflection.Binder, System.Object[], System.Globalization.CultureInfo, System.Object[], System.Security.Policy.Evidence)
CreateInstanceFromAndUnwrap(System.String, System.String)
CreateInstanceFromAndUnwrap(System.String, System.String, Boolean, System.Reflection.BindingFlags, System.Reflection.Binder, System.Object[], System.Globalization.CultureInfo, System.Object[], System.Security.Policy.Evidence)
CreateInstanceFromAndUnwrap(System.String, System.String, System.Object[])
DoCallBack(System.CrossAppDomainDelegate)
GetCurrentThreadId()
GetData(System.String)
GetDate(System.String)
GetLifetimeService()
InitializeLifetimeService()
IsFinalizingForUnload()
Load(Byte[], Byte[], System.Security.Policy.Evidence)
SetAppDomainPolicy(System.Security.Policy.PolicyLevel)
SetDynamicBase(System.String)
SetPrincipalPolicy(System.Security.Principal.PrincipalPolicy)
SetShadowCopyFiles()
SetShadowCopyPath(System.String)
SetThreadPrincipal(System.Security.Principal.IPrincipal)
AppDomainSetup: - 3
get_LoaderOptimization()
set_LoaderOptimization(System.LoaderOptimization)
LoaderOptimization{ }
Array: - 3: - 1
GetEnumerator()
Initialize()
IsSynchronized{ }
SyncRoot{ }
Buffer: - 4
BlockCopy(System.Array, Int32, System.Array, Int32, Int32)
ByteLength(System.Array)
GetByte(System.Array, Int32)
SetByte(System.Array, Int32, Byte)
Console: - 2
Write(System.String, System.Object, System.Object, System.Object, System.Object, ...)
WriteLine(System.String, System.Object, System.Object, System.Object, System.Object, ...)
ContextBoundObject
Convert: - 3
IsDBNull(System.Object)
ToByte(System.String, Int32)
ToString(Byte, Int32)
DBNull
DBNull: - 1
GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
Delegate
DllNotFoundException: - 1
GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
EntryPointNotFoundException: - 1
GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
Enum
Environment: - 4: - 2
get_HasShutdownStarted()
set_CurrentDirectory(System.String)
CommandLine{ }
ExitCode{ }
HasShutdownStarted{ }
UserName{ }
Exception
GC: - 10
Collect()
Collect(Int32)
get_MaxGeneration()
GetGeneration(System.Object)
GetGeneration(System.WeakReference)
GetTotalMemory(Boolean)
KeepAlive(System.Object)
ReRegisterForFinalize(System.Object)
WaitForPendingFinalizers()
MaxGeneration{ }
MarshalByRefObject: - 2
GetLifetimeService()
InitializeLifetimeService()
Object
ObsoleteAttribute: - 4
get_IsError()
get_Message()
IsError{ }
Message{ }
String: - 3: - 2
.ctor(SByte*, Int32, Int32, System.Text.Encoding)
Clone()
Concat(System.Object, System.Object, System.Object, System.Object, ...)
ToLower(System.Globalization.CultureInfo)
ToString(System.IFormatProvider)
ToUpper(System.Globalization.CultureInfo)
Type: - 4: - 4
FindInterfaces(System.Reflection.TypeFilter, System.Object)
get_HasElementType()
get_IsAutoClass()
GetArrayRank()
IsAssignableFrom(System.Type)
HasElementType{ }
IsAutoClass{ }
IsPublic{ }
TypeLoadException: - 1
GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
ValueType
ArgIterator
Byte: - 1
Parse(System.String, System.Globalization.NumberStyles, System.IFormatProvider)
Char: - 3
ToLower(Char, System.Globalization.CultureInfo)
ToString(Char)
ToUpper(Char, System.Globalization.CultureInfo)
DateTime: - 7
FromOADate(Double)
GetDateTimeFormats()
GetDateTimeFormats(Char)
GetDateTimeFormats(Char, System.IFormatProvider)
GetDateTimeFormats(System.IFormatProvider)
ToDateTime(System.IFormatProvider)
ToOADate()
Decimal: - 13
FromOACurrency(Int64)
GetTypeCode()
ToByte(System.Decimal)
ToDouble(System.Decimal)
ToInt16(System.Decimal)
ToInt32(System.Decimal)
ToInt64(System.Decimal)
ToOACurrency(System.Decimal)
ToSByte(System.Decimal)
ToSingle(System.Decimal)
ToUInt16(System.Decimal)
ToUInt32(System.Decimal)
ToUInt64(System.Decimal)
Double: - 1
TryParse(System.String, System.Globalization.NumberStyles, System.IFormatProvider, Double ByRef)
Guid: - 1
NewGuid()
Int32: - 1
Parse(System.String, System.Globalization.NumberStyles, System.IFormatProvider)
Int64: - 1
Parse(System.String, System.Globalization.NumberStyles, System.IFormatProvider)
RuntimeFieldHandle
RuntimeMethodHandle: - 1
GetFunctionPointer()
SByte: - 1
Parse(System.String, System.Globalization.NumberStyles, System.IFormatProvider)
Single: - 2
Parse(System.String, System.Globalization.NumberStyles, System.IFormatProvider)
ToString(System.String, System.IFormatProvider)
TypedReference
UInt16: - 1
Parse(System.String, System.Globalization.NumberStyles, System.IFormatProvider)
UInt32: - 1
Parse(System.String, System.Globalization.NumberStyles, System.IFormatProvider)
MulticastDelegate
ArrayList: - 15
Adapter(System.Collections.IList)
BinarySearch(Int32, Int32, System.Object, System.Collections.IComparer)
BinarySearch(System.Object)
BinarySearch(System.Object, System.Collections.IComparer)
CopyTo(Int32, System.Array, Int32, Int32)
FixedSize(System.Collections.ArrayList)
FixedSize(System.Collections.IList)
InsertRange(Int32, System.Collections.ICollection)
ReadOnly(System.Collections.ArrayList)
ReadOnly(System.Collections.IList)
SetRange(Int32, System.Collections.ICollection)
Synchronized(System.Collections.ArrayList)
Synchronized(System.Collections.IList)
TrimToSize()
SyncRoot{ }
BitArray: - 1
CopyTo(System.Array, Int32)
CaseInsensitiveHashCodeProvider: - 1
GetHashCode(System.Object)
Hashtable: - 2: - 1
GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
OnDeserialization(System.Object)
ToString()
Queue: - 1
TrimToSize()
SortedList: - 1
Synchronized(System.Collections.SortedList)
StackTrace
.ctor()
.ctor(Int32)
.ctor(System.Exception)
.ctor(System.Exception, Int32)
.ctor(System.Threading.Thread, Boolean)
ISymbolDocument: - 2
get_CheckSumAlgorithmId()
CheckSumAlgorithmId{ }
ISymbolNamespace: - 1
GetVariables()
ISymbolWriter: - 2
DefineParameter(System.String, System.Reflection.ParameterAttributes, Int32, System.Diagnostics.SymbolStore.SymAddressKind, Int32, Int32, Int32)
SetMethodSourceRange(System.Diagnostics.SymbolStore.ISymbolDocumentWriter, Int32, Int32, System.Diagnostics.SymbolStore.ISymbolDocumentWriter, Int32, Int32)
SymbolToken: - 3
Equals(System.Object)
GetHashCode()
GetToken()
CompareInfo
CultureInfo: - 1: - 30
ClearCachedData()
Clone()
get_CompareInfo()
get_DisplayName()
get_EnglishName()
get_InstalledUICulture()
get_IsReadOnly()
get_NativeName()
get_OptionalCalendars()
get_Parent()
get_TextInfo()
get_ThreeLetterISOLanguageName()
get_ThreeLetterWindowsLanguageName()
get_TwoLetterISOLanguageName()
get_UseUserOverride()
GetCultures(System.Globalization.CultureTypes)
ReadOnly(System.Globalization.CultureInfo)
Calendar{ }
CompareInfo{ }
DisplayName{ }
EnglishName{ }
InstalledUICulture{ }
IsReadOnly{ }
NativeName{ }
OptionalCalendars{ }
Parent{ }
TextInfo{ }
ThreeLetterISOLanguageName{ }
ThreeLetterWindowsLanguageName{ }
TwoLetterISOLanguageName{ }
UseUserOverride{ }
GregorianCalendar
HebrewCalendar
HijriCalendar
JapaneseCalendar
KoreanCalendar
RegionInfo: - 1: - 8
get_Name()
get_ThreeLetterISORegionName()
get_ThreeLetterWindowsRegionName()
get_TwoLetterISORegionName()
CurrentRegion{ }
Name{ }
ThreeLetterISORegionName{ }
ThreeLetterWindowsRegionName{ }
TwoLetterISORegionName{ }
SortKey
StringInfo
TaiwanCalendar
TextElementEnumerator
TextInfo
ThaiBuddhistCalendar
UnicodeCategory
LineSeparator
ParagraphSeparator
SpacingCombiningMark
Directory: - 4
GetParent(System.String)
SetCreationTime(System.String, System.DateTime)
SetLastAccessTime(System.String, System.DateTime)
SetLastWriteTime(System.String, System.DateTime)
DirectoryInfo: - 6: - 4
CreateSubdirectory(System.String)
Delete(Boolean)
Equals(System.Object)
GetDirectories()
GetFiles()
GetFileSystemInfos()
Attributes{ }
CreationTime{ }
LastAccessTime{ }
LastWriteTime{ }
File: - 8: - 1
CreateText(System.String)
GetAttributes(System.String)
GetCreationTime(System.String)
GetLastAccessTime(System.String)
GetLastWriteTime(System.String)
SetAttributes(System.String, System.IO.FileAttributes)
SetCreationTime(System.String, System.DateTime)
SetLastAccessTime(System.String, System.DateTime)
SetLastWriteTime(System.String, System.DateTime)
FileInfo: - 9
AppendText()
CreateText()
Equals(System.Object)
OpenRead()
OpenText()
Attributes{ }
CreationTime{ }
LastAccessTime{ }
LastWriteTime{ }
FileStream: - 10
BeginRead(Byte[], Int32, Int32, System.AsyncCallback, System.Object)
BeginWrite(Byte[], Int32, Int32, System.AsyncCallback, System.Object)
EndRead(System.IAsyncResult)
EndWrite(System.IAsyncResult)
get_IsAsync()
get_Name()
Lock(Int64, Int64)
Unlock(Int64, Int64)
IsAsync{ }
Name{ }
FileSystemInfo: - 6
Equals(System.Object)
Equals(System.Object, System.Object)
Attributes{ }
CreationTime{ }
LastAccessTime{ }
LastWriteTime{ }
Path: - 3
Combine(System.String, System.String)
GetTempFileName()
GetTempPath()
Stream: - 4
BeginRead(Byte[], Int32, Int32, System.AsyncCallback, System.Object)
BeginWrite(Byte[], Int32, Int32, System.AsyncCallback, System.Object)
EndRead(System.IAsyncResult)
EndWrite(System.IAsyncResult)
Null
StreamReader: - 1: - 1
DiscardBufferedData()
Peek()
Null
StreamWriter
Null
TextReader: - 1: - 1
Synchronised(System.IO.TextReader)
Synchronized(System.IO.TextReader)
TextWriter: - 1: - 1
Synchronised(System.IO.TextWriter)
Synchronized(System.IO.TextWriter)
FileShare
Inheritable
IsolatedStorage: - 5: - 1
Remove()
AssemblyIdentity{ }
CurrentSize{ }
DomainIdentity{ }
MaximumSize{ }
Scope{ }
IsolatedStorageFile
IsolatedStorageFileStream: - 6
BeginRead(Byte[], Int32, Int32, System.AsyncCallback, System.Object)
BeginWrite(Byte[], Int32, Int32, System.AsyncCallback, System.Object)
EndRead(System.IAsyncResult)
EndWrite(System.IAsyncResult)
get_IsAsync()
IsAsync{ }
IsolatedStorageScope
Roaming
Assembly: - 4: - 17
add_ModuleResolve(System.Reflection.ModuleResolveEventHandler)
CreateQualifiedName(System.String, System.String)
get_EscapedCodeBase()
get_GlobalAssemblyCache()
GetAssembly(System.Type)
GetCallingAssembly()
GetEntryAssembly()
GetFiles(Boolean)
GetLoadedModules(Boolean)
GetModules(Boolean)
GetSatelliteAssembly(System.Globalization.CultureInfo)
GetSatelliteAssembly(System.Globalization.CultureInfo, System.Version)
LoadFrom(System.String, System.Security.Policy.Evidence)
LoadModule(System.String, Byte[])
LoadModule(System.String, Byte[], Byte[])
LoadWithPartialName(System.String)
LoadWithPartialName(System.String, System.Security.Policy.Evidence)
nCreateQualifiedName(System.String, System.String)
remove_ModuleResolve(System.Reflection.ModuleResolveEventHandler)
EscapedCodeBase{ }
GlobalAssemblyCache{ }
ModuleResolve
AssemblyAlgorithmIdAttribute: - 2
get_AlgorithmId()
AlgorithmId{ }
AssemblyDelaySignAttribute: - 2
get_DelaySign()
DelaySign{ }
AssemblyFileVersionAttribute: - 2
get_Version()
Version{ }
AssemblyName: - 26
Clone()
get_CultureInfo()
get_EscapedCodeBase()
get_Flags()
get_FullName()
get_HashAlgorithm()
get_KeyPair()
get_VersionCompatibility()
GetAssemblyName(System.String)
GetPublicKey()
GetPublicKeyToken()
OnDeserialization(System.Object)
set_CultureInfo(System.Globalization.CultureInfo)
set_Flags(System.Reflection.AssemblyNameFlags)
set_HashAlgorithm(System.Configuration.Assemblies.AssemblyHashAlgorithm)
set_KeyPair(System.Reflection.StrongNameKeyPair)
set_VersionCompatibility(System.Configuration.Assemblies.AssemblyVersionCompatibility)
SetPublicKey(Byte[])
SetPublicKeyToken(Byte[])
CultureInfo{ }
EscapedCodeBase{ }
Flags{ }
FullName{ }
HashAlgorithm{ }
KeyPair{ }
VersionCompatibility{ }
AssemblyNameProxy: - 1
GetAssemblyName(System.String)
Binder: - 6
BindToField(System.Reflection.BindingFlags, System.Reflection.FieldInfo[], System.Object, System.Globalization.CultureInfo)
BindToMethod(System.Reflection.BindingFlags, System.Reflection.MethodBase[], System.Object[] ByRef, System.Reflection.ParameterModifier[], System.Globalization.CultureInfo, System.String[], System.Object ByRef)
ChangeType(System.Object, System.Type, System.Globalization.CultureInfo)
ReorderArgumentArray(System.Object[] ByRef, System.Object)
SelectMethod(System.Reflection.BindingFlags, System.Reflection.MethodBase[], System.Type[], System.Reflection.ParameterModifier[])
SelectProperty(System.Reflection.BindingFlags, System.Reflection.PropertyInfo[], System.Type, System.Type[], System.Reflection.ParameterModifier[])
ConstructorInfo: - 1
Invoke(System.Object[])
FieldInfo: - 2: - 21
get_IsAssembly()
get_IsFamily()
get_IsFamilyAndAssembly()
get_IsFamilyOrAssembly()
get_IsNotSerialized()
get_IsPinvokeImpl()
get_IsPrivate()
get_IsPublic()
get_IsSpecialName()
GetFieldFromHandle(System.RuntimeFieldHandle)
GetValueDirect(TypedReference)
SetValue(System.Object, System.Object)
SetValue(System.Object, System.Object, System.Reflection.BindingFlags, System.Reflection.Binder, System.Globalization.CultureInfo)
SetValueDirect(TypedReference, System.Object)
IsAssembly{ }
IsFamily{ }
IsFamilyAndAssembly{ }
IsFamilyOrAssembly{ }
IsNotSerialized{ }
IsPinvokeImpl{ }
IsPrivate{ }
IsPublic{ }
IsSpecialName{ }
ManifestResourceInfo: - 6
get_FileName()
get_ReferencedAssembly()
get_ResourceLocation()
FileName{ }
ReferencedAssembly{ }
ResourceLocation{ }
Pointer
ReflectionTypeLoadException: - 1
GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
TypeDelegator: - 4
FindInterfaces(System.Reflection.TypeFilter, System.Object)
GetArrayRank()
IsAssignableFrom(System.Type)
IsPublic{ }
ModuleResolveEventHandler
BindingFlags
Default
FlattenHierarchy
IgnoreReturn
PutDispProperty
PutRefDispProperty
MethodImplAttributes
PreserveSig
TypeAttributes
SequentialLayout
AssemblyBuilder: - 1: - 1
GetFiles(Boolean)
GetSatelliteAssembly(System.Globalization.CultureInfo)
ConstructorBuilder: - 3
DefineParameter(Int32, System.Reflection.ParameterAttributes, System.String)
Invoke(System.Object[])
InitLocals{ }
EnumBuilder: - 4
FindInterfaces(System.Reflection.TypeFilter, System.Object)
GetArrayRank()
IsAssignableFrom(System.Type)
IsPublic{ }
FieldBuilder: - 1
SetValue(System.Object, System.Object)
ILGenerator: - 1: - 1
Emit(System.Reflection.Emit.OpCode, System.Reflection.Emit.SignatureHelper)
EmitCalli(System.Reflection.Emit.OpCode, System.Runtime.InteropServices.CallingConvention, System.Type, System.Type[])
MethodBuilder: - 1: - 9
AddDeclarativeSecurity(System.Security.Permissions.SecurityAction, System.Security.PermissionSet)
DefineParameter(Int32, System.Reflection.ParameterAttributes, System.String)
get_InitLocals()
get_Signature()
GetModule()
set_InitLocals(Boolean)
SetMarshal(System.Reflection.Emit.UnmanagedMarshal)
SetSymCustomAttribute(System.String, Byte[])
InitLocals{ }
Signature{ }
MethodRental
ModuleBuilder: - 1: - 25
CreateGlobalFunctions()
DefineDocument(System.String, System.Guid, System.Guid, System.Guid)
DefineGlobalMethod(System.String, System.Reflection.MethodAttributes, System.Reflection.CallingConventions, System.Type, System.Type[])
DefineGlobalMethod(System.String, System.Reflection.MethodAttributes, System.Type, System.Type[])
DefineInitializedData(System.String, Byte[], System.Reflection.FieldAttributes)
DefinePInvokeMethod(System.String, System.String, System.Reflection.MethodAttributes, System.Reflection.CallingConventions, System.Type, System.Type[], System.Runtime.InteropServices.CallingConvention, System.Runtime.InteropServices.CharSet)
DefinePInvokeMethod(System.String, System.String, System.String, System.Reflection.MethodAttributes, System.Reflection.CallingConventions, System.Type, System.Type[], System.Runtime.InteropServices.CallingConvention, System.Runtime.InteropServices.CharSet)
DefineResource(System.String, System.String)
DefineResource(System.String, System.String, System.Reflection.ResourceAttributes)
DefineType(System.String)
DefineUninitializedData(System.String, Int32, System.Reflection.FieldAttributes)
DefineUnmanagedResource(Byte[])
DefineUnmanagedResource(System.String)
GetArrayMethodToken(System.Type, System.String, System.Reflection.CallingConventions, System.Type, System.Type[])
GetConstructorToken(System.Reflection.ConstructorInfo)
GetFieldToken(System.Reflection.FieldInfo)
GetMethodToken(System.Reflection.MethodInfo)
GetSignatureToken(Byte[], Int32)
GetSignatureToken(System.Reflection.Emit.SignatureHelper)
GetStringConstant(System.String)
GetSymWriter()
GetTypeToken(System.String)
GetTypeToken(System.Type)
IsTransient()
SetSymCustomAttribute(System.String, Byte[])
SetUserEntryPoint(System.Reflection.MethodInfo)
ParameterBuilder: - 1
SetConstant(System.Object)
SignatureHelper: - 1
GetMethodSigHelper(System.Reflection.Module, System.Runtime.InteropServices.CallingConvention, System.Type)
TypeBuilder: - 5: - 4
DefineNestedType(System.String)
FindInterfaces(System.Reflection.TypeFilter, System.Object)
get_Size()
get_TypeToken()
GetArrayRank()
IsAssignableFrom(System.Type)
IsPublic{ }
Size{ }
TypeToken{ }
UnmanagedMarshal: - 5
DefineByValArray(Int32)
DefineByValTStr(Int32)
DefineLPArray(System.Runtime.InteropServices.UnmanagedType)
DefineSafeArray(System.Runtime.InteropServices.UnmanagedType)
DefineUnmanagedMarshal(System.Runtime.InteropServices.UnmanagedType)
Label: - 1
Equals(System.Object)
ResourceManager: - 2
GetObject(System.String)
GetObject(System.String, System.Globalization.CultureInfo)
MagicNumber
ResourceSet
.ctor(System.IO.Stream)
.ctor(System.Resources.IResourceReader)
.ctor(System.String)
AccessedThroughPropertyAttribute
CallConvCdecl
CallConvFastcall
CallConvStdcall
CallConvThiscall
CompilationRelaxationsAttribute
CompilerGlobalScopeAttribute
CustomConstantAttribute
DateTimeConstantAttribute
DecimalConstantAttribute
DiscardableAttribute
IDispatchConstantAttribute
IsVolatile
IUnknownConstantAttribute
RequiredAttributeAttribute
RuntimeHelpers: - 2
GetObjectValue(System.Object)
RunClassConstructor(System.RuntimeTypeHandle)
MethodImplOptions
PreserveSig
ITypeLibConverter: - 1
ConvertTypeLibToAssembly(System.Object, System.String, System.Runtime.InteropServices.TypeLibImporterFlags, System.Runtime.InteropServices.ITypeLibImporterNotifySink, Byte[], System.Reflection.StrongNameKeyPair, System.String, System.Version)
UCOMIBindCtx
UCOMIConnectionPoint
UCOMIConnectionPointContainer
UCOMIEnumConnectionPoints
UCOMIEnumConnections
UCOMIEnumMoniker
UCOMIEnumString
UCOMIEnumVARIANT
UCOMIMoniker
UCOMIPersistFile
UCOMIRunningObjectTable
UCOMIStream
UCOMITypeComp
UCOMITypeInfo
UCOMITypeLib
AutomationProxyAttribute
ClassInterfaceAttribute
CoClassAttribute
ComAliasNameAttribute
ComConversionLossAttribute
ComEventInterfaceAttribute
COMException
ComImportAttribute
ComRegisterFunctionAttribute
ComSourceInterfacesAttribute
ComUnregisterFunctionAttribute
ComVisibleAttribute
CurrencyWrapper
DispatchWrapper
DispIdAttribute
ErrorWrapper
ExtensibleClassFactory
IDispatchImplAttribute
ImportedFromTypeLibAttribute
InvalidComObjectException
InvalidOleVariantTypeException
LCIDConversionAttribute
Marshal: - 122
AddRef(IntPtr)
AllocCoTaskMem(Int32)
AllocHGlobal(Int32)
AllocHGlobal(IntPtr)
BindToMoniker(System.String)
ChangeWrapperHandleStrength(System.Object, Boolean)
Copy(Byte[], Int32, IntPtr, Int32)
Copy(Char[], Int32, IntPtr, Int32)
Copy(Double[], Int32, IntPtr, Int32)
Copy(Int16[], Int32, IntPtr, Int32)
Copy(Int32[], Int32, IntPtr, Int32)
Copy(Int64[], Int32, IntPtr, Int32)
Copy(IntPtr, Byte[], Int32, Int32)
Copy(IntPtr, Char[], Int32, Int32)
Copy(IntPtr, Double[], Int32, Int32)
Copy(IntPtr, Int16[], Int32, Int32)
Copy(IntPtr, Int32[], Int32, Int32)
Copy(IntPtr, Int64[], Int32, Int32)
Copy(IntPtr, Single[], Int32, Int32)
Copy(Single[], Int32, IntPtr, Int32)
CreateWrapperOfType(System.Object, System.Type)
DestroyStructure(IntPtr, System.Type)
FreeBSTR(IntPtr)
FreeCoTaskMem(IntPtr)
FreeHGlobal(IntPtr)
GenerateGuidForType(System.Type)
GenerateProgIdForType(System.Type)
GetActiveObject(System.String)
GetComInterfaceForObject(System.Object, System.Type)
GetComObjectData(System.Object, System.Object)
GetComSlotForMethodInfo(System.Reflection.MemberInfo)
GetEndComSlot(System.Type)
GetExceptionCode()
GetExceptionPointers()
GetHINSTANCE(System.Reflection.Module)
GetHRForException(System.Exception)
GetHRForLastWin32Error()
GetIDispatchForObject(System.Object)
GetITypeInfoForType(System.Type)
GetIUnknownForObject(System.Object)
GetManagedThunkForUnmanagedMethodPtr(IntPtr, IntPtr, Int32)
GetMethodInfoForComSlot(System.Type, Int32, System.Runtime.InteropServices.ComMemberType ByRef)
GetNativeVariantForObject(System.Object, IntPtr)
GetObjectForIUnknown(IntPtr)
GetObjectForNativeVariant(IntPtr)
GetObjectsForNativeVariants(IntPtr, Int32)
GetStartComSlot(System.Type)
GetThreadFromFiberCookie(Int32)
GetTypedObjectForIUnknown(IntPtr, System.Type)
GetTypeForITypeInfo(IntPtr)
GetTypeInfoName(System.Runtime.InteropServices.UCOMITypeInfo)
GetTypeLibGuid(System.Runtime.InteropServices.UCOMITypeLib)
GetTypeLibGuidForAssembly(System.Reflection.Assembly)
GetTypeLibLcid(System.Runtime.InteropServices.UCOMITypeLib)
GetTypeLibName(System.Runtime.InteropServices.UCOMITypeLib)
GetUnmanagedThunkForManagedMethodPtr(IntPtr, IntPtr, Int32)
IsComObject(System.Object)
IsTypeVisibleFromCom(System.Type)
NumParamBytes(System.Reflection.MethodInfo)
OffsetOf(System.Type, System.String)
Prelink(System.Reflection.MethodInfo)
PrelinkAll(System.Type)
PtrToStringAnsi(IntPtr)
PtrToStringAnsi(IntPtr, Int32)
PtrToStringAuto(IntPtr, Int32)
PtrToStringBSTR(IntPtr)
PtrToStringUni(IntPtr)
PtrToStringUni(IntPtr, Int32)
PtrToStructure(IntPtr, System.Object)
PtrToStructure(IntPtr, System.Type)
QueryInterface(IntPtr, System.Guid ByRef, IntPtr ByRef)
ReadByte(IntPtr)
ReadByte(IntPtr, Int32)
ReadByte(System.Object, Int32)
ReadInt16(IntPtr)
ReadInt16(IntPtr, Int32)
ReadInt16(System.Object, Int32)
ReadInt32(IntPtr)
ReadInt32(IntPtr, Int32)
ReadInt32(System.Object, Int32)
ReadInt64(IntPtr)
ReadInt64(IntPtr, Int32)
ReadInt64(System.Object, Int32)
ReadIntPtr(IntPtr, Int32)
ReadIntPtr(System.Object, Int32)
ReAllocCoTaskMem(IntPtr, Int32)
ReAllocHGlobal(IntPtr, IntPtr)
Release(IntPtr)
ReleaseComObject(System.Object)
ReleaseThreadCache()
SetComObjectData(System.Object, System.Object, System.Object)
SizeOf(System.Object)
SizeOf(System.Type)
StringToBSTR(System.String)
StringToCoTaskMemAnsi(System.String)
StringToCoTaskMemAuto(System.String)
StringToCoTaskMemUni(System.String)
StringToHGlobalAnsi(System.String)
StringToHGlobalAuto(System.String)
StringToHGlobalUni(System.String)
StructureToPtr(System.Object, IntPtr, Boolean)
ThrowExceptionForHR(Int32)
ThrowExceptionForHR(Int32, IntPtr)
UnsafeAddrOfPinnedArrayElement(System.Array, Int32)
WriteByte(IntPtr, Byte)
WriteByte(IntPtr, Int32, Byte)
WriteByte(System.Object, Int32, Byte)
WriteInt16(IntPtr, Char)
WriteInt16(IntPtr, Int16)
WriteInt16(IntPtr, Int32, Char)
WriteInt16(IntPtr, Int32, Int16)
WriteInt16(System.Object, Int32, Char)
WriteInt16(System.Object, Int32, Int16)
WriteInt32(IntPtr, Int32)
WriteInt32(IntPtr, Int32, Int32)
WriteInt32(System.Object, Int32, Int32)
WriteInt64(IntPtr, Int32, Int64)
WriteInt64(IntPtr, Int64)
WriteInt64(System.Object, Int32, Int64)
WriteIntPtr(IntPtr, Int32, IntPtr)
WriteIntPtr(IntPtr, IntPtr)
WriteIntPtr(System.Object, Int32, IntPtr)
SystemDefaultCharSize
SystemMaxDBCSCharSize
MarshalAsAttribute
SafeArrayUserDefinedSubType
MarshalDirectiveException
PreserveSigAttribute
PrimaryInteropAssemblyAttribute
ProgIdAttribute
RegistrationServices
RuntimeEnvironment
SafeArrayRankMismatchException
SafeArrayTypeMismatchException
SEHException
TypeLibConverter
TypeLibFuncAttribute
TypeLibTypeAttribute
TypeLibVarAttribute
UnknownWrapper
ArrayWithOffset
BIND_OPTS
BINDPTR
CONNECTDATA
DISPPARAMS
ELEMDESC
EXCEPINFO
FILETIME
FUNCDESC
HandleRef
IDLDESC
PARAMDESC
STATSTG
TYPEATTR
TYPEDESC
TYPELIBATTR
VARDESC
ObjectCreationDelegate
CALLCONV
CharSet
None
ClassInterfaceType
ComMemberType
DESCKIND
FUNCFLAGS
FUNCKIND
IDispatchImplType
IDLFLAG
IMPLTYPEFLAGS
ImporterEventKind
ERROR_REFTOINVALIDTYPELIB
NOTIF_TYPECONVERTED
INVOKEKIND
LIBFLAGS
PARAMFLAG
SYSKIND
TYPEFLAGS
TYPEKIND
TypeLibFuncFlags
TypeLibImporterFlags
TypeLibTypeFlags
TypeLibVarFlags
UnmanagedType
Currency
VARFLAGS
IChannelInfo
IEnvoyInfo
IObjectHandle
IRemotingTypeInfo
ActivatedClientTypeEntry
ActivatedServiceTypeEntry
InternalRemotingServices
ObjectHandle: - 2: - 1
.ctor(System.Object)
InitializeLifetimeService()
InitializeLifeTimeService()
Unwrap()
ObjRef: - 4: - 12
.ctor(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
get_ChannelInfo()
get_EnvoyInfo()
get_TypeInfo()
get_URI()
GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
GetRealObject(System.Runtime.Serialization.StreamingContext)
IsFromThisAppDomain()
IsFromThisProcess()
set_ChannelInfo(System.Runtime.Remoting.IChannelInfo)
set_EnvoyInfo(System.Runtime.Remoting.IEnvoyInfo)
set_TypeInfo(System.Runtime.Remoting.IRemotingTypeInfo)
set_URI(System.String)
ChannelInfo{ }
EnvoyInfo{ }
TypeInfo{ }
URI{ }
RemotingConfiguration
RemotingException
RemotingServices
RemotingTimeoutException
ServerException
SoapServices
TypeEntry
WellKnownClientTypeEntry
WellKnownServiceTypeEntry
UrlAttribute
IContextPropertyActivator
IContributeClientContextSink
IContributeDynamicSink
IContributeEnvoySink
IContributeObjectSink
IContributeServerContextSink
Context: - 12
AllocateDataSlot()
AllocateNamedDataSlot(System.String)
DoCallBack(System.Runtime.Remoting.Contexts.CrossContextDelegate)
FreeNamedDataSlot(System.String)
Freeze()
get_ContextProperties()
GetData(System.LocalDataStoreSlot)
GetNamedDataSlot(System.String)
RegisterDynamicProperty(System.Runtime.Remoting.Contexts.IDynamicProperty, System.ContextBoundObject, System.Runtime.Remoting.Contexts.Context)
SetData(System.LocalDataStoreSlot, System.Object)
UnregisterDynamicProperty(System.String, System.ContextBoundObject, System.Runtime.Remoting.Contexts.Context)
ContextProperties{ }
ContextProperty
SynchronizationAttribute: - 9
.ctor()
.ctor(Boolean)
.ctor(Int32)
.ctor(Int32, Boolean)
get_IsReEntrant()
get_Locked()
GetClientContextSink(System.Runtime.Remoting.Messaging.IMessageSink)
GetPropertiesForNewContext(System.Runtime.Remoting.Activation.IConstructionCallMessage)
GetServerContextSink(System.Runtime.Remoting.Messaging.IMessageSink)
IsContextOK(System.Runtime.Remoting.Contexts.Context, System.Runtime.Remoting.Activation.IConstructionCallMessage)
set_Locked(Boolean)
IsReEntrant{ }
Locked{ }
NOT_SUPPORTED
REQUIRED
REQUIRES_NEW
SUPPORTED
CrossContextDelegate
ILogicalThreadAffinative
IMessageCtrl
IMessageSink
IMethodCallMessage
IMethodMessage: - 2
get_LogicalCallContext()
LogicalCallContext{ }
IRemotingFormatter
AsyncResult
CallContext
ConstructionCall
ConstructionResponse
InternalMessageWrapper
LogicalCallContext
MethodCall
MethodCallMessageWrapper
MethodResponse
MethodReturnMessageWrapper
OneWayAttribute
RemotingSurrogateSelector
ReturnMessage
HeaderHandler
MessageSurrogateFilter
Formatter
FormatterConverter
FormatterServices
ObjectManager
StreamingContextStates
CrossAppDomain
InternalRM
InternalST
ServerFault
SoapFault
SoapMessage
BinaryFormatter
IEvidenceFactory: - 2
get_Evidence()
Evidence{ }
AllowPartiallyTrustedCallersAttribute
CodeAccessPermission: - 4
RevertAll()
RevertAssert()
RevertDeny()
RevertPermitOnly()
NamedPermissionSet
PermissionSet: - 16
ContainsNonCodeAccessPermissions()
ConvertPermissionSet(System.String, Byte[], System.String)
get_Count()
get_IsReadOnly()
get_IsSynchronized()
get_SyncRoot()
GetPermission(System.Type)
Intersect(System.Security.PermissionSet)
IsEmpty()
IsUnrestricted()
RemovePermission(System.Type)
SetPermission(System.Security.IPermission)
Count{ }
IsReadOnly{ }
IsSynchronized{ }
SyncRoot{ }
SecurityElement: - 6
IsValidAttributeName(System.String)
IsValidAttributeValue(System.String)
IsValidTag(System.String)
IsValidText(System.String)
SearchForChildByTag(System.String)
SearchForTextOfTag(System.String)
ICryptoTransform: - 2
get_CanReuseTransform()
CanReuseTransform{ }
AsymmetricAlgorithm: - 1: - 1
Clear()
Create(System.String)
CryptoAPITransform: - 6: - 3
Clear()
get_CanReuseTransform()
TransformBlock(Byte[], Int32, Int32, Byte[], Int32)
TransformFinalBlock(Byte[], Int32, Int32)
CanReuseTransform{ }
CanTransformMultipleBlocks{ }
InputBlockSize{ }
KeyHandle{ }
OutputBlockSize{ }
CryptoConfig
CryptoStream: - 4: - 1
Clear()
Flush()
FlushFinalBlock()
Read(Byte[], Int32, Int32)
Write(Byte[], Int32, Int32)
DES: - 3
Create()
Create(System.String)
IV{ }
DESCryptoServiceProvider: - 1: - 4
CreateDecryptor(Byte[], Byte[])
CreateEncryptor(Byte[], Byte[])
GenerateIV()
GenerateKey()
Key{ }
DSA: - 2
Create(System.String)
FromXmlString(System.String)
DSACryptoServiceProvider: - 1
VerifyHash(Byte[], System.String, Byte[])
DSASignatureDeformatter: - 2
.ctor()
.ctor(System.Security.Cryptography.AsymmetricAlgorithm)
SetKey(System.Security.Cryptography.AsymmetricAlgorithm)
VerifySignature(Byte[], Byte[])
DSASignatureFormatter: - 3
.ctor()
.ctor(System.Security.Cryptography.AsymmetricAlgorithm)
CreateSignature(Byte[])
SetHashAlgorithm(System.String)
SetKey(System.Security.Cryptography.AsymmetricAlgorithm)
FromBase64Transform: - 3
Clear()
get_CanReuseTransform()
CanReuseTransform{ }
HashAlgorithm: - 4: - 5
Clear()
ComputeHash(Byte[], Int32, Int32)
ComputeHash(System.IO.Stream)
Create(System.String)
get_CanReuseTransform()
CanReuseTransform{ }
CanTransformMultipleBlocks{ }
InputBlockSize{ }
OutputBlockSize{ }
HMACSHA1
KeyedHashAlgorithm
MACTripleDES
MaskGenerationMethod
MD5: - 4
Create(System.String)
CanTransformMultipleBlocks{ }
InputBlockSize{ }
OutputBlockSize{ }
MD5CryptoServiceProvider: - 3
CanTransformMultipleBlocks{ }
InputBlockSize{ }
OutputBlockSize{ }
PasswordDeriveBytes
PKCS1MaskGenerationMethod
RandomNumberGenerator: - 1
Create(System.String)
RC2
RC2CryptoServiceProvider
Rijndael: - 1
IV{ }
RijndaelManaged: - 5
CreateDecryptor(Byte[], Byte[])
CreateEncryptor(Byte[], Byte[])
GenerateIV()
GenerateKey()
IV{ }
RNGCryptoServiceProvider
.ctor()
.ctor(Byte[])
.ctor(System.Security.Cryptography.CspParameters)
.ctor(System.String)
RSA
RSACryptoServiceProvider
RSAOAEPKeyExchangeDeformatter
RSAOAEPKeyExchangeFormatter
RSAPKCS1KeyExchangeDeformatter
RSAPKCS1KeyExchangeFormatter
RSAPKCS1SignatureDeformatter
RSAPKCS1SignatureFormatter
SHA1: - 4
Create(System.String)
CanTransformMultipleBlocks{ }
InputBlockSize{ }
OutputBlockSize{ }
SHA1CryptoServiceProvider: - 3
CanTransformMultipleBlocks{ }
InputBlockSize{ }
OutputBlockSize{ }
SHA1Managed
SHA256: - 4
.ctor()
Create(System.String)
CanTransformMultipleBlocks{ }
InputBlockSize{ }
OutputBlockSize{ }
SHA256Managed: - 3
CanTransformMultipleBlocks{ }
InputBlockSize{ }
OutputBlockSize{ }
SHA384: - 4
.ctor()
Create(System.String)
CanTransformMultipleBlocks{ }
InputBlockSize{ }
OutputBlockSize{ }
SHA384Managed: - 3
CanTransformMultipleBlocks{ }
InputBlockSize{ }
OutputBlockSize{ }
SHA512: - 4
.ctor()
Create(System.String)
CanTransformMultipleBlocks{ }
InputBlockSize{ }
OutputBlockSize{ }
SHA512Managed: - 3
CanTransformMultipleBlocks{ }
InputBlockSize{ }
OutputBlockSize{ }
SignatureDescription: - 2
CreateDeformatter(System.Security.Cryptography.AsymmetricAlgorithm)
CreateFormatter(System.Security.Cryptography.AsymmetricAlgorithm)
SymmetricAlgorithm: - 2: - 1
Clear()
Create(System.String)
IV{ }
ToBase64Transform: - 3
Clear()
get_CanReuseTransform()
CanReuseTransform{ }
TripleDES
TripleDESCryptoServiceProvider
RSAParameters
X509Certificate: - 20
CreateFromCertFile(System.String)
CreateFromSignedFile(System.String)
Equals(System.Security.Cryptography.X509Certificates.X509Certificate)
GetCertHash()
GetCertHashString()
GetEffectiveDateString()
GetExpirationDateString()
GetFormat()
GetIssuerName()
GetKeyAlgorithm()
GetKeyAlgorithmParameters()
GetKeyAlgorithmParametersString()
GetName()
GetPublicKey()
GetPublicKeyString()
GetRawCertData()
GetRawCertDataString()
GetSerialNumber()
GetSerialNumberString()
ToString(Boolean)
CodeAccessSecurityAttribute
.ctor(System.Security.Permissions.SecurityAction)
EnvironmentPermission
EnvironmentPermissionAttribute: - 1
CreatePermission()
FileDialogPermission
FileDialogPermissionAttribute: - 1
CreatePermission()
FileIOPermissionAttribute: - 1
CreatePermission()
IsolatedStorageFilePermission
IsolatedStorageFilePermissionAttribute: - 1
CreatePermission()
IsolatedStoragePermission: - 3
FromXml(System.Security.SecurityElement)
IsUnrestricted()
ToXml()
IsolatedStoragePermissionAttribute: - 1
CreatePermission()
PermissionSetAttribute: - 1
CreatePermissionSet()
PrincipalPermission
PrincipalPermissionAttribute
PrinciplePermissionAttribute: - 4
CreatePermission()
Authenticated{ }
Name{ }
Role{ }
PublisherIdentityPermission
PublisherIdentityPermissionAttribute
ReflectionPermission
ReflectionPermissionAttribute: - 1
CreatePermission()
RegistryPermission
RegistryPermissionAttribute: - 1: - 2
CreatePermission()
set_All(System.String)
All{ }
SecurityPermission
SecurityPermissionAttribute
SiteIdentityPermission
SiteIdentityPermissionAttribute: - 1
CreatePermission()
StrongNameIdentityPermission
StrongNameIdentityPermissionAttribute: - 1
CreatePermission()
StrongNamePublicKeyBlob
UIPermission
UIPermissionAttribute: - 1
CreatePermission()
UrlIdentityPermission
UrlIdentityPermissionAttribute: - 1
CreatePermission()
ZoneIdentityPermission
ZoneIdentityPermissionAttribute: - 1
CreatePermission()
IsolatedStorageContainment
AssemblyIsolationByRoamingUser
DomainIsolationByRoamingUser
ReflectionPermissionFlag
ReflectionEmit
IMembershipCondition: - 1
Equals(System.Object)
ApplicationDirectory
ApplicationDirectoryMembershipCondition
CodeGroup: - 3
FromXml(System.Security.SecurityElement, System.Security.Policy.PolicyLevel)
GetHashCode()
ToXml(System.Security.Policy.PolicyLevel)
Evidence: - 1: - 17
.ctor()
AddAssembly(System.Object)
AddHost(System.Object)
CopyTo(System.Array, Int32)
get_Count()
get_IsReadOnly()
get_IsSynchronized()
get_Locked()
get_SyncRoot()
GetAssemblyEnumerator()
GetEnumerator()
GetHostEnumerator()
Merge(System.Security.Policy.Evidence)
set_Locked(Boolean)
Count{ }
IsReadOnly{ }
IsSynchronized{ }
Locked{ }
SyncRoot{ }
FileCodeGroup: - 4
.ctor(System.Security.Policy.IMembershipCondition, System.Security.Permissions.FileIOPermissionAccess)
FromXml(System.Security.SecurityElement, System.Security.Policy.PolicyLevel)
GetHashCode()
Resolve(System.Security.Policy.Evidence)
ToXml(System.Security.Policy.PolicyLevel)
FirstMatchCodeGroup
Hash
HashMembershipCondition
NetCodeGroup
PermissionRequestEvidence
PolicyLevel: - 16
AddFullTrustAssembly(System.Security.Policy.StrongName)
AddFullTrustAssembly(System.Security.Policy.StrongNameMembershipCondition)
AddNamedPermissionSet(System.Security.NamedPermissionSet)
ChangeNamedPermissionSet(System.String, System.Security.PermissionSet)
CreateAppDomainLevel()
FromXml(System.Security.SecurityElement)
GetNamedPermissionSet(System.String)
Recover()
RemoveFullTrustAssembly(System.Security.Policy.StrongName)
RemoveFullTrustAssembly(System.Security.Policy.StrongNameMembershipCondition)
RemoveNamedPermissionSet(System.Security.NamedPermissionSet)
RemoveNamedPermissionSet(System.String)
Reset()
Resolve(System.Security.Policy.Evidence)
ResolveMatchingCodeGroups(System.Security.Policy.Evidence)
ToXml()
PolicyStatement: - 4: - 1
Copy()
FromXml(System.Security.SecurityElement)
FromXml(System.Security.SecurityElement, System.Security.Policy.PolicyLevel)
ToXml()
ToXml(System.Security.Policy.PolicyLevel)
Publisher
PublisherMembershipCondition
Site
SiteMembershipCondition
StrongName
StrongNameMembershipCondition
UnionCodeGroup
Url
UrlMembershipCondition
Zone
ZoneMembershipCondition
WindowsIdentity
WindowsImpersonationContext
WindowsPrincipal
ASCIIEncoding: - 6
GetEncoding(Int32)
GetEncoding(System.String)
GetHashCode()
GetMaxByteCount(Int32)
GetPreamble()
WindowsCodePage{ }
Encoding: - 5
GetEncoding(Int32)
GetEncoding(System.String)
GetHashCode()
GetPreamble()
WindowsCodePage{ }
StringBuilder: - 7: - 3
Append(Char[])
AppendFormat(System.IFormatProvider, System.String, System.Object[])
AppendFormat(System.String, System.Object)
AppendFormat(System.String, System.Object, System.Object)
AppendFormat(System.String, System.Object, System.Object, System.Object)
AppendFormat(System.String, System.Object[])
get_Chars(Int32)
set_Chars(Int32, Char)
Chars{ }
MaxCapacity{ }
UnicodeEncoding: - 5
GetEncoding(Int32)
GetEncoding(System.String)
GetHashCode()
GetPreamble()
WindowsCodePage{ }
CharSize
UTF7Encoding: - 6
GetEncoding(Int32)
GetEncoding(System.String)
GetHashCode()
GetMaxByteCount(Int32)
GetPreamble()
WindowsCodePage{ }
UTF8Encoding: - 5
GetEncoding(Int32)
GetEncoding(System.String)
GetHashCode()
GetPreamble()
WindowsCodePage{ }
CompressedStack
Monitor: - 2
Wait(System.Object, Int32, Boolean)
Wait(System.Object, System.TimeSpan, Boolean)
Overlapped: - 8
.ctor()
.ctor(Int32, Int32, Int32, System.IAsyncResult)
Free(System.Threading.NativeOverlapped*)
Pack(System.Threading.IOCompletionCallback)
Unpack(System.Threading.NativeOverlapped*)
UnsafePack(System.Threading.IOCompletionCallback)
AsyncResult{ }
EventHandle{ }
OffsetHigh{ }
OffsetLow{ }
ReaderWriterLock: - 15
.ctor()
AcquireReaderLock(Int32)
AcquireReaderLock(System.TimeSpan)
AcquireWriterLock(Int32)
AcquireWriterLock(System.TimeSpan)
AnyWritersSince(Int32)
DowngradeFromWriterLock(System.Threading.LockCookie ByRef)
ReleaseLock()
ReleaseReaderLock()
ReleaseWriterLock()
RestoreLock(System.Threading.LockCookie ByRef)
UpgradeToWriterLock(Int32)
UpgradeToWriterLock(System.TimeSpan)
IsReaderLockHeld{ }
IsWriterLockHeld{ }
WriterSeqNum{ }
RegisteredWaitHandle: - 1
Unregister(System.Threading.WaitHandle)
Thread: - 14: - 3
Abort()
Abort(System.Object)
get_IsThreadPoolThread()
GetDomain()
GetDomainID()
Interrupt()
ResetAbort()
Resume()
SpinWait(Int32)
Suspend()
ApartmentState{ }
CurrentContext{ }
CurrentCulture{ }
CurrentPrincipal{ }
CurrentUICulture{ }
IsThreadPoolThread{ }
Priority{ }
ThreadAbortException: - 1
ExceptionState{ }
ThreadPool: - 12: - 2
BindHandle(IntPtr)
GetAvailableThreads(Int32 ByRef, Int32 ByRef)
GetMaxThreads(Int32 ByRef, Int32 ByRef)
QueueUserWorkItem(System.Threading.WaitCallback)
QueueUserWorkItem(System.Threading.WaitCallback, System.Object)
RegisterWaitForSingleObject(System.Threading.WaitHandle, System.Threading.WaitOrTimerCallback, System.Object, Int32, Boolean)
RegisterWaitForSingleObject(System.Threading.WaitHandle, System.Threading.WaitOrTimerCallback, System.Object, Int64, Boolean)
RegisterWaitForSingleObject(System.Threading.WaitHandle, System.Threading.WaitOrTimerCallback, System.Object, System.TimeSpan, Boolean)
RegisterWaitForSingleObject(System.Threading.WaitHandle, System.Threading.WaitOrTimerCallback, System.Object, UInt32, Boolean)
UnsafeQueueUserWorkItem(System.Threading.WaitCallback, System.Object)
UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle, System.Threading.WaitOrTimerCallback, System.Object, Int32, Boolean)
UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle, System.Threading.WaitOrTimerCallback, System.Object, Int64, Boolean)
UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle, System.Threading.WaitOrTimerCallback, System.Object, System.TimeSpan, Boolean)
UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle, System.Threading.WaitOrTimerCallback, System.Object, UInt32, Boolean)
Timer: - 6
.ctor(System.Threading.TimerCallback, System.Object, Int32, Int32)
.ctor(System.Threading.TimerCallback, System.Object, Int64, Int64)
.ctor(System.Threading.TimerCallback, System.Object, System.TimeSpan, System.TimeSpan)
.ctor(System.Threading.TimerCallback, System.Object, UInt32, UInt32)
Change(Int32, Int32)
Change(Int64, Int64)
Change(System.TimeSpan, System.TimeSpan)
Change(UInt32, UInt32)
Dispose()
Dispose(System.Threading.WaitHandle)
WaitHandle
.ctor()
-- 2.25.1