System

  Portable.NET  
 

System Namespace

 
 

<< PrevUpNext >>

 
 
Classes
 · AppDomain
 · Exception
 · MarshalByRefObject
 · MulticastDelegate
 · Type

There are 5 incomplete classes in this namespace

In total we are missing :

  0 constructors, 36 methods, 0 fields, 34 properties, and 0 events.
 
  
 
 
 

System.AppDomain

Status : last modified on Wed Sep 15 14:57:05 2004
Method Summary
System.Runtime.Remoting.ObjectHandle CreateInstance(System.String assemblyName, System.String typeName, System.Boolean ignoreCase, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Object[] args, System.Globalization.CultureInfo culture, System.Object[] activationAttributes, System.Security.Policy.Evidence securityAttributes)TODO
System.Void DoCallBack(System.CrossAppDomainDelegate callBackDelegate)TODO
System.Int32 ExecuteAssembly(System.String assemblyFile, System.Security.Policy.Evidence assemblySecurity, System.String[] args, System.Byte[] hashValue, System.Configuration.Assemblies.AssemblyHashAlgorithm hashAlgorithm)TODO

 
  
 
 
 

System.Exception

Status : ComDefaultInterfaceAttribute(typeof(System.Runtime.InteropServices._Exception)) is Extra last modified on Fri Jul 23 09:38:47 2004
Property Summary
System.Exception InnerException should have attributes `public hidebysig specialname ', but has `public final virtual hidebysig specialname ' instead
System.Reflection.MethodBase TargetSite should have attributes `public hidebysig specialname ', but has `public final virtual hidebysig specialname ' instead

 
  
 
 
 

System.MarshalByRefObject

Status : last modified on Wed Dec 31 07:33:38 2003
Method Summary
System.Object GetLifetimeService()should have attributes `public final virtual hidebysig ', but has `public hidebysig ' instead

 
  
 
 
 

System.MulticastDelegate

Status : last modified on Sun Jan 25 23:23:53 2004
Method Summary
System.Delegate CombineImpl(System.Delegate follow)should have attributes `family final virtual hidebysig ', but has `family virtual hidebysig ' instead
System.Object DynamicInvokeImpl(System.Object[] args)should have attributes `family final virtual hidebysig ', but has `family virtual hidebysig ' instead
System.Boolean Equals(System.Object obj)should have attributes `public final virtual hidebysig ', but has `public virtual hidebysig ' instead
System.Int32 GetHashCode()should have attributes `public final virtual hidebysig ', but has `public virtual hidebysig ' instead
System.Delegate[] GetInvocationList()should have attributes `public final virtual hidebysig ', but has `public virtual hidebysig ' instead
System.Delegate RemoveImpl(System.Delegate value)should have attributes `family final virtual hidebysig ', but has `family virtual hidebysig ' instead

 
  
 
 
 

System.Type

Status : ComDefaultInterfaceAttribute(typeof(System.Runtime.InteropServices._Type)) is Extra last modified on Tue Aug 31 16:31:14 2004
Method Summary
System.Boolean Equals(System.Type o)should have attributes `public hidebysig ', but has `public final virtual hidebysig ' instead
System.Reflection.ConstructorInfo GetConstructor(System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Reflection.CallingConventions callConvention, System.Type[] types, System.Reflection.ParameterModifier[] modifiers)should have attributes `public hidebysig ', but has `public final virtual hidebysig ' instead
System.Reflection.ConstructorInfo GetConstructor(System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Type[] types, System.Reflection.ParameterModifier[] modifiers)should have attributes `public hidebysig ', but has `public final virtual hidebysig ' instead
System.Reflection.ConstructorInfo GetConstructor(System.Type[] types)should have attributes `public hidebysig ', but has `public final virtual hidebysig ' instead
System.Reflection.ConstructorInfo[] GetConstructors()should have attributes `public hidebysig ', but has `public final virtual hidebysig ' instead
System.Reflection.EventInfo GetEvent(System.String name)should have attributes `public hidebysig ', but has `public final virtual hidebysig ' instead
System.Reflection.FieldInfo GetField(System.String name)should have attributes `public hidebysig ', but has `public final virtual hidebysig ' instead
System.Reflection.FieldInfo[] GetFields()should have attributes `public hidebysig ', but has `public final virtual hidebysig ' instead
System.Type GetInterface(System.String name)should have attributes `public hidebysig ', but has `public final virtual hidebysig ' instead
System.Reflection.MemberInfo[] GetMember(System.String name)should have attributes `public hidebysig ', but has `public final virtual hidebysig ' instead
System.Reflection.MemberInfo[] GetMembers()should have attributes `public hidebysig ', but has `public final virtual hidebysig ' instead
System.Reflection.MethodInfo GetMethod(System.String name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Reflection.CallingConventions callConvention, System.Type[] types, System.Reflection.ParameterModifier[] modifiers)should have attributes `public hidebysig ', but has `public final virtual hidebysig ' instead
System.Reflection.MethodInfo GetMethod(System.String name, System.Type[] types, System.Reflection.ParameterModifier[] modifiers)should have attributes `public hidebysig ', but has `public final virtual hidebysig ' instead
System.Reflection.MethodInfo GetMethod(System.String name, System.Type[] types)should have attributes `public hidebysig ', but has `public final virtual hidebysig ' instead
System.Reflection.MethodInfo GetMethod(System.String name)should have attributes `public hidebysig ', but has `public final virtual hidebysig ' instead
System.Reflection.MethodInfo[] GetMethods()should have attributes `public hidebysig ', but has `public final virtual hidebysig ' instead
System.Type GetNestedType(System.String name)should have attributes `public hidebysig ', but has `public final virtual hidebysig ' instead
System.Type[] GetNestedTypes()should have attributes `public hidebysig ', but has `public final virtual hidebysig ' instead
System.Reflection.PropertyInfo[] GetProperties()should have attributes `public hidebysig ', but has `public final virtual hidebysig ' instead
System.Reflection.PropertyInfo GetProperty(System.String name, System.Type returnType, System.Type[] types, System.Reflection.ParameterModifier[] modifiers)should have attributes `public hidebysig ', but has `public final virtual hidebysig ' instead
System.Reflection.PropertyInfo GetProperty(System.String name, System.Type returnType, System.Type[] types)should have attributes `public hidebysig ', but has `public final virtual hidebysig ' instead
System.Reflection.PropertyInfo GetProperty(System.String name, System.Type[] types)should have attributes `public hidebysig ', but has `public final virtual hidebysig ' instead
System.Reflection.PropertyInfo GetProperty(System.String name, System.Type returnType)should have attributes `public hidebysig ', but has `public final virtual hidebysig ' instead
System.Reflection.PropertyInfo GetProperty(System.String name)should have attributes `public hidebysig ', but has `public final virtual hidebysig ' instead
System.Object InvokeMember(System.String name, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object target, System.Object[] args, System.Globalization.CultureInfo culture)should have attributes `public hidebysig ', but has `public final virtual hidebysig ' instead
System.Object InvokeMember(System.String name, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object target, System.Object[] args)should have attributes `public hidebysig ', but has `public final virtual hidebysig ' instead
Property Summary
System.Reflection.TypeAttributes Attributes should have attributes `public hidebysig specialname ', but has `public final virtual hidebysig specialname ' instead
System.Boolean HasElementType should have attributes `public hidebysig specialname ', but has `public final virtual hidebysig specialname ' instead
System.Boolean IsAbstract should have attributes `public hidebysig specialname ', but has `public final virtual hidebysig specialname ' instead
System.Boolean IsAnsiClass should have attributes `public hidebysig specialname ', but has `public final virtual hidebysig specialname ' instead
System.Boolean IsArray should have attributes `public hidebysig specialname ', but has `public final virtual hidebysig specialname ' instead
System.Boolean IsAutoClass should have attributes `public hidebysig specialname ', but has `public final virtual hidebysig specialname ' instead
System.Boolean IsAutoLayout should have attributes `public hidebysig specialname ', but has `public final virtual hidebysig specialname ' instead
System.Boolean IsByRef should have attributes `public hidebysig specialname ', but has `public final virtual hidebysig specialname ' instead
System.Boolean IsCOMObject should have attributes `public hidebysig specialname ', but has `public final virtual hidebysig specialname ' instead
System.Boolean IsClass should have attributes `public hidebysig specialname ', but has `public final virtual hidebysig specialname ' instead
System.Boolean IsContextful should have attributes `public hidebysig specialname ', but has `public final virtual hidebysig specialname ' instead
System.Boolean IsEnum should have attributes `public hidebysig specialname ', but has `public final virtual hidebysig specialname ' instead
System.Boolean IsExplicitLayout should have attributes `public hidebysig specialname ', but has `public final virtual hidebysig specialname ' instead
System.Boolean IsImport should have attributes `public hidebysig specialname ', but has `public final virtual hidebysig specialname ' instead
System.Boolean IsInterface should have attributes `public hidebysig specialname ', but has `public final virtual hidebysig specialname ' instead
System.Boolean IsLayoutSequential should have attributes `public hidebysig specialname ', but has `public final virtual hidebysig specialname ' instead
System.Boolean IsMarshalByRef should have attributes `public hidebysig specialname ', but has `public final virtual hidebysig specialname ' instead
System.Boolean IsNestedAssembly should have attributes `public hidebysig specialname ', but has `public final virtual hidebysig specialname ' instead
System.Boolean IsNestedFamANDAssem should have attributes `public hidebysig specialname ', but has `public final virtual hidebysig specialname ' instead
System.Boolean IsNestedFamORAssem should have attributes `public hidebysig specialname ', but has `public final virtual hidebysig specialname ' instead
System.Boolean IsNestedFamily should have attributes `public hidebysig specialname ', but has `public final virtual hidebysig specialname ' instead
System.Boolean IsNestedPrivate should have attributes `public hidebysig specialname ', but has `public final virtual hidebysig specialname ' instead
System.Boolean IsNestedPublic should have attributes `public hidebysig specialname ', but has `public final virtual hidebysig specialname ' instead
System.Boolean IsNotPublic should have attributes `public hidebysig specialname ', but has `public final virtual hidebysig specialname ' instead
System.Boolean IsPointer should have attributes `public hidebysig specialname ', but has `public final virtual hidebysig specialname ' instead
System.Boolean IsPrimitive should have attributes `public hidebysig specialname ', but has `public final virtual hidebysig specialname ' instead
System.Boolean IsSealed should have attributes `public hidebysig specialname ', but has `public final virtual hidebysig specialname ' instead
System.Boolean IsSerializable should have attributes `public hidebysig specialname ', but has `public final virtual hidebysig specialname ' instead
System.Boolean IsSpecialName should have attributes `public hidebysig specialname ', but has `public final virtual hidebysig specialname ' instead
System.Boolean IsUnicodeClass should have attributes `public hidebysig specialname ', but has `public final virtual hidebysig specialname ' instead
System.Boolean IsValueType should have attributes `public hidebysig specialname ', but has `public final virtual hidebysig specialname ' instead
System.Reflection.ConstructorInfo TypeInitializer should have attributes `public hidebysig specialname ', but has `public final virtual hidebysig specialname ' instead

 
 


 
 

This document is licensed under the GNU FDL.
Last Updated on 15-12-2004

Visit http://www.dotgnu.org for more details

[Powered by Free Software] [Graphics by Gimp] [Powered by GNU]
Maintained by Gopal.V