Microsoft.JScript

  Portable.NET  
 

Microsoft.JScript Namespace

 
 

UpNext >>

 
 
Classes
 · ASTList
 · ActivationObject
 · ActiveXObjectConstructor
 · ArgumentsObject
 · ArrayPrototype
 · ArrayWrapper
 · BinaryOp
 · Binding
 · BitwiseBinary
 · BlockScope
 · BooleanConstructor
 · BooleanObject
 · BooleanPrototype
 · COMFieldInfo
 · COMMemberInfo
 · COMMethodInfo
 · COMPropertyInfo
 · Closure
 · CmdLineError
 · CmdLineException
 · CmdLineOptionParser
 · Convert
 · DateConstructor
 · DateObject
 · DatePrototype
 · DebugBreak
 · DebugConvert
 · DocumentContext
 · DynamicFieldInfo
 · EnumeratorConstructor
 · EnumeratorObject
 · EnumeratorPrototype
 · Equality
 · ErrorConstructor
 · ErrorPrototype
 · ErrorType
 · Eval
 · EvalErrorObject
 · FieldAccessor
 · FunctionDeclaration
 · FunctionExpression
 · FunctionWrapper
 · GlobalObject
 · Globals
 · IAuthorServices
 · IColorizeText
 · IDebugConvert
 · IDebugScriptScope
 · IDebugType
 · IDebugVsaScriptCodeItem
 · IDebuggerObject
 · IDefineEvent
 · IEngine2
 · IErrorHandler
 · IMessageReceiver
 · IMethodsCompletionInfo
 · IObjectCompletionInfo
 · IParseText
 · IRedirectOutput
 · ISite2
 · ITokenColorInfo
 · ITokenEnumerator
 · IVsaFullErrorInfo
 · IVsaScriptCodeItem
 · IVsaScriptScope
 · IWrappedMember
 · JSAuthor
 · JSConstructor
 · JSError
 · JSFieldInfo
 · JSFunctionAttributeEnum
 · JSLocalField
 · JSMethod
 · JSMethodInfo
 · JSObject
 · JScriptCodeProvider
 · JScriptException
 · LateBinding
 · LenientArrayPrototype
 · LenientBooleanPrototype
 · LenientDateConstructor
 · LenientDatePrototype
 · LenientEnumeratorPrototype
 · LenientErrorPrototype
 · LenientFunctionPrototype
 · LenientGlobalObject
 · LenientMathObject
 · LenientNumberPrototype
 · LenientRegExpPrototype
 · LenientStringConstructor
 · LenientStringPrototype
 · LenientVBArrayPrototype
 · MathObject
 · MemberInfoInitializer
 · MemberInfoList
 · MethodInvoker
 · NumberConstructor
 · NumberObject
 · NumberPrototype
 · NumericBinary
 · NumericUnary
 · Plus
 · PostOrPrefixOperator
 · RangeErrorObject
 · ReferenceErrorObject
 · RegExpConstructor
 · RegExpMatch
 · RegExpObject
 · RegExpPrototype
 · Relational
 · ScriptBlock
 · ScriptFunction
 · ScriptObject
 · ScriptStream
 · SourceState
 · StackFrame
 · StrictEquality
 · StringConstructor
 · StringObject
 · StringPrototype
 · SuperTypeMembersSorter
 · SyntaxErrorObject
 · TokenColor
 · TypeErrorObject
 · TypeReflector
 · TypedArray
 · URIErrorObject
 · UnaryOp
 · VBArrayConstructor
 · VBArrayObject
 · VBArrayPrototype
 · VSAITEMTYPE2
 · VsaItems

There are 133 incomplete classes in this namespace

In total we are missing :

  22 constructors, 321 methods, 235 fields, 106 properties, and 0 events.
 
  
 
 
 

Microsoft.JScript.ASTList

Status : DefaultMemberAttribute("Item") is Missing

 
  
 
 
 

Microsoft.JScript.ActivationObject

Status :
Method Summary
System.Object GetMemberValue(System.String name, System.Int32 lexlevel)should have attributes `public final virtual hidebysig ', but has `public virtual hidebysig ' instead

 
  
 
 
 

Microsoft.JScript.ActiveXObjectConstructor

Status : Missing
Method Summary
System.Object CreateInstance(System.Object[] args)Missing
System.Object Invoke()Missing

 
  
 
 
 

Microsoft.JScript.ArgumentsObject

Status : Missing
Field Summary
System.Object callee Missing
System.Object caller Missing
System.Object length Missing

 
  
 
 
 

Microsoft.JScript.ArrayPrototype

Status :
Method Summary
static System.Object unshift(System.Object thisob, System.Object[] args)JSFunctionAttribute(18, 12) is Missing

 
  
 
 
 

Microsoft.JScript.ArrayWrapper

Status : Missing
Method Summary
System.Type GetType()Missing
Property Summary
System.Object length Missing

 
  
 
 
 

Microsoft.JScript.BinaryOp

Status :
Field Summary
Microsoft.JScript.AST operand1 Missing
Microsoft.JScript.AST operand2 Missing
System.Reflection.MethodInfo operatorMeth Missing
System.Type type1 Missing
System.Type type2 Missing

 
  
 
 
 

Microsoft.JScript.Binding

Status :
Field Summary
System.Reflection.MemberInfo defaultMember Missing
System.Boolean isAssignmentToDefaultIndexedProperty Missing
System.Boolean isFullyResolved Missing
System.Boolean isNonVirtual Missing
System.String name Missing

 
  
 
 
 

Microsoft.JScript.BitwiseBinary

Status :
Method Summary
System.Object EvaluateBitwiseBinary(System.Object v1, System.Object v2)DebuggerStepThroughAttribute is Missing

 
  
 
 
 

Microsoft.JScript.BlockScope

Status :
Constructor Summary
Microsoft.JScript.BlockScope(Microsoft.JScript.ScriptObject parent, System.String name, System.Int32 scopeId)Missing

 
  
 
 
 

Microsoft.JScript.BooleanConstructor

Status : Missing
Method Summary
Microsoft.JScript.BooleanObject CreateInstance(System.Object[] args)Missing
System.Boolean Invoke(System.Object arg)Missing

 
  
 
 
 

Microsoft.JScript.BooleanObject

Status : Missing
Constructor Summary
Microsoft.JScript.BooleanObject(Microsoft.JScript.ScriptObject prototype, System.Type subType)Missing
Method Summary
System.Type GetType()Missing

 
  
 
 
 

Microsoft.JScript.BooleanPrototype

Status : Missing
Constructor Summary
Microsoft.JScript.BooleanPrototype(Microsoft.JScript.ObjectPrototype parent, System.Type baseType)Missing
Method Summary
static System.String toString(System.Object thisob)Missing
static System.Object valueOf(System.Object thisob)Missing
Property Summary
Microsoft.JScript.BooleanConstructor constructor Missing

 
  
 
 
 

Microsoft.JScript.COMFieldInfo

Status : Missing
Constructor Summary
Microsoft.JScript.COMFieldInfo()Missing
Method Summary
Microsoft.JScript.COMMemberInfo GetCOMMemberInfo()Missing
System.Object[] GetCustomAttributes(System.Type t, System.Boolean inherit)Missing
System.Object[] GetCustomAttributes(System.Boolean inherit)Missing
System.Object GetValue(System.Object obj)Missing
System.Void Initialize(System.String name, Microsoft.JScript.COMMemberInfo dispatch)Missing
System.Boolean IsDefined(System.Type t, System.Boolean inherit)Missing
System.Void SetValue(System.Object obj, System.Object value, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Globalization.CultureInfo culture)Missing
Property Summary
System.Reflection.FieldAttributes Attributes Missing
System.Type DeclaringType Missing
System.RuntimeFieldHandle FieldHandle Missing
System.Type FieldType Missing
System.Reflection.MemberTypes MemberType Missing
System.String Name Missing
System.Type ReflectedType Missing

 
  
 
 
 

Microsoft.JScript.COMMemberInfo

Status : Missing
Method Summary
System.Object Call(System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] arguments, System.Globalization.CultureInfo culture)Missing
System.Object GetValue(System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] index, System.Globalization.CultureInfo culture)Missing
System.Void SetValue(System.Object value, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] index, System.Globalization.CultureInfo culture)Missing

 
  
 
 
 

Microsoft.JScript.COMMethodInfo

Status : Missing
Constructor Summary
Microsoft.JScript.COMMethodInfo()Missing
Method Summary
System.Reflection.MethodInfo GetBaseDefinition()Missing
Microsoft.JScript.COMMemberInfo GetCOMMemberInfo()Missing
System.Reflection.MethodImplAttributes GetMethodImplementationFlags()Missing
System.Reflection.ParameterInfo[] GetParameters()Missing
System.Void Initialize(System.String name, Microsoft.JScript.COMMemberInfo dispatch)Missing
System.Object Invoke(System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)Missing
System.String ToString()Missing
Field Summary
System.Reflection.ParameterInfo[] EmptyParams Missing
Microsoft.JScript.COMMemberInfo _comObject Missing
System.String _name Missing
Property Summary
System.Reflection.MethodAttributes Attributes Missing
System.Type DeclaringType Missing
System.Reflection.MemberTypes MemberType Missing
System.RuntimeMethodHandle MethodHandle Missing
System.String Name Missing
System.Type ReflectedType Missing
System.Type ReturnType Missing
System.Reflection.ICustomAttributeProvider ReturnTypeCustomAttributes Missing

 
  
 
 
 

Microsoft.JScript.COMPropertyInfo

Status : Missing
Constructor Summary
Microsoft.JScript.COMPropertyInfo()Missing
Method Summary
System.Reflection.MethodInfo[] GetAccessors(System.Boolean nonPublic)Missing
Microsoft.JScript.COMMemberInfo GetCOMMemberInfo()Missing
System.Object[] GetCustomAttributes(System.Type t, System.Boolean inherit)Missing
System.Object[] GetCustomAttributes(System.Boolean inherit)Missing
System.Reflection.MethodInfo GetGetMethod(System.Boolean nonPublic)Missing
System.Reflection.ParameterInfo[] GetIndexParameters()Missing
System.Reflection.MethodInfo GetSetMethod(System.Boolean nonPublic)Missing
System.Object GetValue(System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] index, System.Globalization.CultureInfo culture)Missing
System.Void Initialize(System.String name, Microsoft.JScript.COMMemberInfo dispatch)Missing
System.Boolean IsDefined(System.Type t, System.Boolean inherit)Missing
System.Void SetValue(System.Object obj, System.Object value, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] index, System.Globalization.CultureInfo culture)Missing
Property Summary
System.Reflection.PropertyAttributes Attributes Missing
System.Boolean CanRead Missing
System.Boolean CanWrite Missing
System.Type DeclaringType Missing
System.Reflection.MemberTypes MemberType Missing
System.String Name Missing
System.Type PropertyType Missing
System.Type ReflectedType Missing

 
  
 
 
 

Microsoft.JScript.Closure

Status : Missing
Constructor Summary
Microsoft.JScript.Closure(Microsoft.JScript.FunctionObject func)Missing
Method Summary
System.String ToString()Missing
Field Summary
System.Object arguments Missing
System.Object caller Missing

 
  
 
 
 

Microsoft.JScript.CmdLineError

Status : Missing
Field Summary
Microsoft.JScript.CmdLineError AssemblyNotFound Missing
Microsoft.JScript.CmdLineError CannotCreateEngine Missing
Microsoft.JScript.CmdLineError CompilerConstant Missing
Microsoft.JScript.CmdLineError DuplicateFileAsSourceAndAssembly Missing
Microsoft.JScript.CmdLineError DuplicateResourceFile Missing
Microsoft.JScript.CmdLineError DuplicateResourceName Missing
Microsoft.JScript.CmdLineError DuplicateSourceFile Missing
Microsoft.JScript.CmdLineError ErrorSavingCompiledState Missing
Microsoft.JScript.CmdLineError IncompatibleTargets Missing
Microsoft.JScript.CmdLineError InvalidAssembly Missing
Microsoft.JScript.CmdLineError InvalidCharacters Missing
Microsoft.JScript.CmdLineError InvalidCodePage Missing
Microsoft.JScript.CmdLineError InvalidDefinition Missing
Microsoft.JScript.CmdLineError InvalidForCompilerOptions Missing
Microsoft.JScript.CmdLineError InvalidLocaleID Missing
Microsoft.JScript.CmdLineError InvalidSourceFile Missing
Microsoft.JScript.CmdLineError InvalidTarget Missing
Microsoft.JScript.CmdLineError InvalidVersion Missing
Microsoft.JScript.CmdLineError InvalidWarningLevel Missing
Microsoft.JScript.CmdLineError LAST Missing
Microsoft.JScript.CmdLineError ManagedResourceNotFound Missing
Microsoft.JScript.CmdLineError MissingDefineArgument Missing
Microsoft.JScript.CmdLineError MissingExtension Missing
Microsoft.JScript.CmdLineError MissingLibArgument Missing
Microsoft.JScript.CmdLineError MissingReference Missing
Microsoft.JScript.CmdLineError MissingVersionInfo Missing
Microsoft.JScript.CmdLineError MultipleOutputNames Missing
Microsoft.JScript.CmdLineError MultipleTargets Missing
Microsoft.JScript.CmdLineError MultipleWin32Resources Missing
Microsoft.JScript.CmdLineError NestedResponseFiles Missing
Microsoft.JScript.CmdLineError NoCodePage Missing
Microsoft.JScript.CmdLineError NoFileName Missing
Microsoft.JScript.CmdLineError NoInputSourcesSpecified Missing
Microsoft.JScript.CmdLineError NoLocaleID Missing
Microsoft.JScript.CmdLineError NoWarningLevel Missing
Microsoft.JScript.CmdLineError ResourceNotFound Missing
Microsoft.JScript.CmdLineError SourceFileTooBig Missing
Microsoft.JScript.CmdLineError SourceNotFound Missing
Microsoft.JScript.CmdLineError UnknownOption Missing
Microsoft.JScript.CmdLineError Unspecified Missing
System.Int32 value__ Missing

 
  
 
 
 

Microsoft.JScript.CmdLineException

Status : Missing
Constructor Summary
Microsoft.JScript.CmdLineException(Microsoft.JScript.CmdLineError errorCode, System.Globalization.CultureInfo culture)Missing
Microsoft.JScript.CmdLineException(Microsoft.JScript.CmdLineError errorCode, System.String context, System.Globalization.CultureInfo culture)Missing
Method Summary
System.String ResourceKey(Microsoft.JScript.CmdLineError errorCode)Missing
Property Summary
System.String Message Missing

 
  
 
 
 

Microsoft.JScript.CmdLineOptionParser

Status : Missing
Constructor Summary
Microsoft.JScript.CmdLineOptionParser()Missing
Method Summary
static System.String IsArgumentOption(System.String option, System.String prefix)Missing
static System.String IsArgumentOption(System.String option, System.String shortPrefix, System.String longPrefix)Missing
static System.Object IsBooleanOption(System.String option, System.String prefix)Missing
static System.Object IsBooleanOption(System.String option, System.String shortPrefix, System.String longPrefix)Missing
static System.Boolean IsSimpleOption(System.String option, System.String prefix)Missing

 
  
 
 
 

Microsoft.JScript.Convert

Status :
Method Summary
static System.Void ThrowTypeMismatch(System.Object val)DebuggerStepThroughAttribute is Missing
static System.Boolean ToBoolean(System.Double d)Missing
static System.Boolean ToBoolean(System.Object value)DebuggerStepThroughAttribute is Missing
static System.Boolean ToBoolean(System.Object value, System.Boolean explicitConversion)DebuggerStepThroughAttribute is Missing
static System.String ToString(System.Object value, System.Boolean explicitOK)DebuggerStepThroughAttribute is Missing

 
  
 
 
 

Microsoft.JScript.DateConstructor

Status : Missing
Method Summary
Microsoft.JScript.DateObject CreateInstance(System.Object[] args)Missing
System.String Invoke()Missing
static System.Double UTC(System.Object year, System.Object month, System.Object date, System.Object hours, System.Object minutes, System.Object seconds, System.Object ms)Missing
static System.Double parse(System.String str)Missing

 
  
 
 
 

Microsoft.JScript.DateObject

Status : Missing

 
  
 
 
 

Microsoft.JScript.DatePrototype

Status : Missing
Method Summary
static System.Double getDate(System.Object thisob)Missing
static System.Double getDay(System.Object thisob)Missing
static System.Double getFullYear(System.Object thisob)Missing
static System.Double getHours(System.Object thisob)Missing
static System.Double getMilliseconds(System.Object thisob)Missing
static System.Double getMinutes(System.Object thisob)Missing
static System.Double getMonth(System.Object thisob)Missing
static System.Double getSeconds(System.Object thisob)Missing
static System.Double getTime(System.Object thisob)Missing
static System.Double getTimezoneOffset(System.Object thisob)Missing
static System.Double getUTCDate(System.Object thisob)Missing
static System.Double getUTCDay(System.Object thisob)Missing
static System.Double getUTCFullYear(System.Object thisob)Missing
static System.Double getUTCHours(System.Object thisob)Missing
static System.Double getUTCMilliseconds(System.Object thisob)Missing
static System.Double getUTCMinutes(System.Object thisob)Missing
static System.Double getUTCMonth(System.Object thisob)Missing
static System.Double getUTCSeconds(System.Object thisob)Missing
static System.Object getVarDate(System.Object thisob)Missing
static System.Double getYear(System.Object thisob)Missing
static System.Double setDate(System.Object thisob, System.Double ddate)Missing
static System.Double setFullYear(System.Object thisob, System.Double dyear, System.Object month, System.Object date)Missing
static System.Double setHours(System.Object thisob, System.Double dhour, System.Object min, System.Object sec, System.Object msec)Missing
static System.Double setMilliseconds(System.Object thisob, System.Double dmsec)Missing
static System.Double setMinutes(System.Object thisob, System.Double dmin, System.Object sec, System.Object msec)Missing
static System.Double setMonth(System.Object thisob, System.Double dmonth, System.Object date)Missing
static System.Double setSeconds(System.Object thisob, System.Double dsec, System.Object msec)Missing
static System.Double setTime(System.Object thisob, System.Double time)Missing
static System.Double setUTCDate(System.Object thisob, System.Double ddate)Missing
static System.Double setUTCFullYear(System.Object thisob, System.Double dyear, System.Object month, System.Object date)Missing
static System.Double setUTCHours(System.Object thisob, System.Double dhour, System.Object min, System.Object sec, System.Object msec)Missing
static System.Double setUTCMilliseconds(System.Object thisob, System.Double dmsec)Missing
static System.Double setUTCMinutes(System.Object thisob, System.Double dmin, System.Object sec, System.Object msec)Missing
static System.Double setUTCMonth(System.Object thisob, System.Double dmonth, System.Object date)Missing
static System.Double setUTCSeconds(System.Object thisob, System.Double dsec, System.Object msec)Missing
static System.Double setYear(System.Object thisob, System.Double dyear)Missing
static System.String toDateString(System.Object thisob)Missing
static System.String toGMTString(System.Object thisob)Missing
static System.String toLocaleDateString(System.Object thisob)Missing
static System.String toLocaleString(System.Object thisob)Missing
static System.String toLocaleTimeString(System.Object thisob)Missing
static System.String toString(System.Object thisob)Missing
static System.String toTimeString(System.Object thisob)Missing
static System.String toUTCString(System.Object thisob)Missing
static System.Double valueOf(System.Object thisob)Missing
Property Summary
Microsoft.JScript.DateConstructor constructor Missing

 
  
 
 
 

Microsoft.JScript.DebugBreak

Status : should have attributes `public auto ansi ', but has `public auto sealed ansi ' instead

 
  
 
 
 

Microsoft.JScript.DebugConvert

Status : Missing
Constructor Summary
Microsoft.JScript.DebugConvert()Missing
Method Summary
System.String BooleanToString(System.Boolean value)Missing
System.String ByteToString(System.Byte value, System.Int32 radix)Missing
System.String DoubleToDateString(System.Double value)Missing
System.String DoubleToString(System.Double value)Missing
System.String GetErrorMessageForHR(System.Int32 hr, Microsoft.Vsa.IVsaEngine engine)Missing
System.Object GetManagedCharObject(System.UInt16 i)Missing
System.Object GetManagedInt64Object(System.Int64 i)Missing
System.Object GetManagedObject(System.Object value)Missing
System.Object GetManagedUInt64Object(System.UInt64 i)Missing
System.String Int16ToString(System.Int16 value, System.Int32 radix)Missing
System.String Int32ToString(System.Int32 value, System.Int32 radix)Missing
System.String Int64ToString(System.Int64 value, System.Int32 radix)Missing
System.String RegexpToString(System.String source, System.Boolean ignoreCase, System.Boolean global, System.Boolean multiline)Missing
System.String SByteToString(System.SByte value, System.Int32 radix)Missing
System.String SingleToString(System.Single value)Missing
System.String StringToPrintable(System.String source)Missing
System.Object ToPrimitive(System.Object value, System.TypeCode typeCode, System.Boolean truncationPermitted)Missing
System.String UInt16ToString(System.UInt16 value, System.Int32 radix)Missing
System.String UInt32ToString(System.UInt32 value, System.Int32 radix)Missing
System.String UInt64ToString(System.UInt64 value, System.Int32 radix)Missing

 
  
 
 
 

Microsoft.JScript.DocumentContext

Status : Missing

 
  
 
 
 

Microsoft.JScript.DynamicFieldInfo

Status : Missing
Constructor Summary
Microsoft.JScript.DynamicFieldInfo(System.String name, System.Object value)Missing
Microsoft.JScript.DynamicFieldInfo(System.String name, System.Object value, System.String fieldTypeName)Missing
Field Summary
System.String fieldTypeName Missing
System.String name Missing
System.Object value Missing

 
  
 
 
 

Microsoft.JScript.EnumeratorConstructor

Status : Missing
Method Summary
Microsoft.JScript.EnumeratorObject CreateInstance(System.Object[] args)Missing
System.Object Invoke()Missing

 
  
 
 
 

Microsoft.JScript.EnumeratorObject

Status : Missing
Method Summary
System.Void LoadObject()Missing
Field Summary
System.Collections.IEnumerator enumerator Missing

 
  
 
 
 

Microsoft.JScript.EnumeratorPrototype

Status : Missing
Method Summary
static System.Boolean atEnd(System.Object thisob)Missing
static System.Object item(System.Object thisob)Missing
static System.Void moveFirst(System.Object thisob)Missing
static System.Void moveNext(System.Object thisob)Missing
Property Summary
Microsoft.JScript.EnumeratorConstructor constructor Missing

 
  
 
 
 

Microsoft.JScript.Equality

Status : should have attributes `public auto ansi ', but has `public auto sealed ansi ' instead
Method Summary
System.Boolean EvaluateEquality(System.Object v1, System.Object v2)DebuggerStepThroughAttribute is Missing

 
  
 
 
 

Microsoft.JScript.ErrorConstructor

Status : Missing
Method Summary
Microsoft.JScript.ErrorObject CreateInstance(System.Object[] args)Missing
System.Object Invoke(System.Object[] args)Missing

 
  
 
 
 

Microsoft.JScript.ErrorPrototype

Status : Missing
Method Summary
static System.String toString(System.Object thisob)Missing
Field Summary
System.String name Missing
Property Summary
Microsoft.JScript.ErrorConstructor constructor Missing

 
  
 
 
 

Microsoft.JScript.ErrorType

Status : Missing
Field Summary
Microsoft.JScript.ErrorType EvalError Missing
Microsoft.JScript.ErrorType OtherError Missing
Microsoft.JScript.ErrorType RangeError Missing
Microsoft.JScript.ErrorType ReferenceError Missing
Microsoft.JScript.ErrorType SyntaxError Missing
Microsoft.JScript.ErrorType TypeError Missing
Microsoft.JScript.ErrorType URIError Missing
System.Int32 value__ Missing

 
  
 
 
 

Microsoft.JScript.Eval

Status :
Method Summary
static System.Object JScriptEvaluate(System.Object source, System.Object unsafeOption, Microsoft.JScript.Vsa.VsaEngine engine)Missing

 
  
 
 
 

Microsoft.JScript.EvalErrorObject

Status : Missing

 
  
 
 
 

Microsoft.JScript.FieldAccessor

Status : Missing
Constructor Summary
Microsoft.JScript.FieldAccessor()Missing
Method Summary
System.Object GetValue(System.Object thisob)Missing
System.Void SetValue(System.Object thisob, System.Object value)Missing

 
  
 
 
 

Microsoft.JScript.FunctionDeclaration

Status :
Method Summary
static Microsoft.JScript.Closure JScriptFunctionDeclaration(System.RuntimeTypeHandle handle, System.String name, System.String method_name, System.String[] formal_parameters, Microsoft.JScript.JSLocalField[] fields, System.Boolean must_save_stack_locals, System.Boolean hasArgumentsObject, System.String text, System.Object declaringObject, Microsoft.JScript.Vsa.VsaEngine engine)Missing

 
  
 
 
 

Microsoft.JScript.FunctionExpression

Status :
Method Summary
static Microsoft.JScript.FunctionObject JScriptFunctionExpression(System.RuntimeTypeHandle handle, System.String name, System.String method_name, System.String[] formal_params, Microsoft.JScript.JSLocalField[] fields, System.Boolean must_save_stack_locals, System.Boolean hasArgumentsObject, System.String text, Microsoft.JScript.Vsa.VsaEngine engine)Missing

 
  
 
 
 

Microsoft.JScript.FunctionWrapper

Status : Missing
Method Summary
System.String ToString()Missing

 
  
 
 
 

Microsoft.JScript.GlobalObject

Status :
Field Summary
System.Double Infinity Missing
System.Double NaN Missing
Microsoft.JScript.ActiveXObjectConstructor originalActiveXObjectField Missing
Microsoft.JScript.ArrayConstructor originalArrayField Missing
Microsoft.JScript.BooleanConstructor originalBooleanField Missing
Microsoft.JScript.DateConstructor originalDateField Missing
Microsoft.JScript.EnumeratorConstructor originalEnumeratorField Missing
Microsoft.JScript.ErrorConstructor originalErrorField Missing
Microsoft.JScript.ErrorConstructor originalEvalErrorField Missing
Microsoft.JScript.FunctionConstructor originalFunctionField Missing
Microsoft.JScript.NumberConstructor originalNumberField Missing
Microsoft.JScript.ObjectConstructor originalObjectField Missing
Microsoft.JScript.ObjectPrototype originalObjectPrototypeField Missing
Microsoft.JScript.ErrorConstructor originalRangeErrorField Missing
Microsoft.JScript.ErrorConstructor originalReferenceErrorField Missing
Microsoft.JScript.RegExpConstructor originalRegExpField Missing
Microsoft.JScript.StringConstructor originalStringField Missing
Microsoft.JScript.ErrorConstructor originalSyntaxErrorField Missing
Microsoft.JScript.ErrorConstructor originalTypeErrorField Missing
Microsoft.JScript.ErrorConstructor originalURIErrorField Missing
Microsoft.JScript.VBArrayConstructor originalVBArrayField Missing
Microsoft.JScript.Empty undefined Missing
Property Summary
Microsoft.JScript.ActiveXObjectConstructor ActiveXObject Missing
Microsoft.JScript.BooleanConstructor Boolean Missing
Microsoft.JScript.DateConstructor Date Missing
Microsoft.JScript.EnumeratorConstructor Enumerator Missing
Microsoft.JScript.ErrorConstructor Error Missing
Microsoft.JScript.ErrorConstructor EvalError Missing
Microsoft.JScript.ErrorConstructor RangeError Missing
Microsoft.JScript.ErrorConstructor ReferenceError Missing
Microsoft.JScript.RegExpConstructor RegExp Missing
Microsoft.JScript.ErrorConstructor SyntaxError Missing
Microsoft.JScript.ErrorConstructor TypeError Missing
Microsoft.JScript.ErrorConstructor URIError Missing
Microsoft.JScript.VBArrayConstructor VBArray Missing

 
  
 
 
 

Microsoft.JScript.Globals

Status :
Field Summary
Microsoft.JScript.Vsa.VsaEngine contextEngine ContextStaticAttribute is Missing

 
  
 
 
 

Microsoft.JScript.IAuthorServices

Status : Missing
Method Summary
Microsoft.JScript.IParseText GetCodeSense()Missing
Microsoft.JScript.IColorizeText GetColorizer()Missing

 
  
 
 
 

Microsoft.JScript.IColorizeText

Status : Missing
Method Summary
Microsoft.JScript.ITokenEnumerator Colorize(System.String sourceCode, Microsoft.JScript.SourceState state)Missing
Microsoft.JScript.SourceState GetStateForText(System.String sourceCode, Microsoft.JScript.SourceState currentState)Missing

 
  
 
 
 

Microsoft.JScript.IDebugConvert

Status : Missing
Method Summary
System.String BooleanToString(System.Boolean value)Missing
System.String ByteToString(System.Byte value, System.Int32 radix)Missing
System.String DoubleToDateString(System.Double value)Missing
System.String DoubleToString(System.Double value)Missing
System.String GetErrorMessageForHR(System.Int32 hr, Microsoft.Vsa.IVsaEngine engine)Missing
System.Object GetManagedCharObject(System.UInt16 i)Missing
System.Object GetManagedInt64Object(System.Int64 i)Missing
System.Object GetManagedObject(System.Object value)Missing
System.Object GetManagedUInt64Object(System.UInt64 i)Missing
System.String Int16ToString(System.Int16 value, System.Int32 radix)Missing
System.String Int32ToString(System.Int32 value, System.Int32 radix)Missing
System.String Int64ToString(System.Int64 value, System.Int32 radix)Missing
System.String RegexpToString(System.String source, System.Boolean ignoreCase, System.Boolean global, System.Boolean multiline)Missing
System.String SByteToString(System.SByte value, System.Int32 radix)Missing
System.String SingleToString(System.Single value)Missing
System.String StringToPrintable(System.String source)Missing
System.Object ToPrimitive(System.Object value, System.TypeCode typeCode, System.Boolean truncationPermitted)Missing
System.String UInt16ToString(System.UInt16 value, System.Int32 radix)Missing
System.String UInt32ToString(System.UInt32 value, System.Int32 radix)Missing
System.String UInt64ToString(System.UInt64 value, System.Int32 radix)Missing

 
  
 
 
 

Microsoft.JScript.IDebugScriptScope

Status : Missing
Method Summary
System.Void SetThisValue(System.Object thisValue)Missing

 
  
 
 
 

Microsoft.JScript.IDebugType

Status : Missing
Method Summary
System.Boolean HasInstance(System.Object o)Missing

 
  
 
 
 

Microsoft.JScript.IDebugVsaScriptCodeItem

Status : Missing
Method Summary
System.Object Evaluate()Missing
System.Boolean ParseNamedBreakPoint(System.String input, System.String& functionName, System.Int32& nargs, System.String& arguments, System.String& returnType, System.UInt64& offset)Missing

 
  
 
 
 

Microsoft.JScript.IDebuggerObject

Status : Missing
Method Summary
System.Boolean HasEnumerableMember(System.String name)Missing
System.Boolean IsCOMObject()Missing
System.Boolean IsEqual(Microsoft.JScript.IDebuggerObject o)Missing
System.Boolean IsScriptFunction()Missing
System.Boolean IsScriptObject()Missing

 
  
 
 
 

Microsoft.JScript.IDefineEvent

Status : Missing
Method Summary
System.Object AddEvent(System.String code, System.Int32 startLine)Missing

 
  
 
 
 

Microsoft.JScript.IEngine2

Status : Missing
Method Summary
Microsoft.Vsa.IVsaEngine Clone(System.AppDomain domain)Missing
System.Boolean CompileEmpty()Missing
System.Void ConnectEvents()Missing
System.Void DisconnectEvents()Missing
System.Reflection.Assembly GetAssembly()Missing
Microsoft.JScript.IVsaScriptScope GetGlobalScope()Missing
System.Reflection.Module GetModule()Missing
System.Void InitVsaEngine(System.String rootMoniker, Microsoft.Vsa.IVsaSite site)Missing
System.Void Interrupt()Missing
System.Void RegisterEventSource(System.String name)Missing
System.Void Restart()Missing
System.Void Run(System.AppDomain domain)Missing
System.Void RunEmpty()Missing

 
  
 
 
 

Microsoft.JScript.IErrorHandler

Status : Missing
Method Summary
System.Boolean OnCompilerError(Microsoft.JScript.IVsaFullErrorInfo error)Missing

 
  
 
 
 

Microsoft.JScript.IMessageReceiver

Status : GuidAttribute("F062C7FB-53BF-4f0d-B0F6-D66C5948E63F") is Missing

 
  
 
 
 

Microsoft.JScript.IMethodsCompletionInfo

Status : Missing

 
  
 
 
 

Microsoft.JScript.IObjectCompletionInfo

Status : Missing

 
  
 
 
 

Microsoft.JScript.IParseText

Status : Missing
Method Summary
System.Void Parse(System.String code, Microsoft.JScript.IErrorHandler error)Missing

 
  
 
 
 

Microsoft.JScript.IRedirectOutput

Status : GuidAttribute("5B807FA1-00CD-46ee-A493-FD80AC944715") is Missing

 
  
 
 
 

Microsoft.JScript.ISite2

Status : Missing
Method Summary
System.Object[] GetParentChain(System.Object obj)Missing

 
  
 
 
 

Microsoft.JScript.ITokenColorInfo

Status : Missing
Property Summary
Microsoft.JScript.TokenColor Color Missing
System.Int32 EndPosition Missing
System.Int32 StartPosition Missing

 
  
 
 
 

Microsoft.JScript.ITokenEnumerator

Status : Missing
Method Summary
Microsoft.JScript.ITokenColorInfo GetNext()Missing
System.Void Reset()Missing

 
  
 
 
 

Microsoft.JScript.IVsaFullErrorInfo

Status : Missing
Property Summary
System.Int32 EndLine Missing

 
  
 
 
 

Microsoft.JScript.IVsaScriptCodeItem

Status : Missing
Method Summary
System.Object Execute()Missing
Property Summary
System.Int32 StartColumn Missing
System.Int32 StartLine Missing

 
  
 
 
 

Microsoft.JScript.IVsaScriptScope

Status : ComVisibleAttribute(true) is Missing
Method Summary
Microsoft.Vsa.IVsaItem CreateDynamicItem(System.String itemName, Microsoft.Vsa.VsaItemType type)Missing
Microsoft.Vsa.IVsaItem GetItem(System.String itemName)Missing
System.Object GetObject()Missing

 
  
 
 
 

Microsoft.JScript.IWrappedMember

Status :
Method Summary
System.Object GetWrappedObject()Missing

 
  
 
 
 

Microsoft.JScript.JSAuthor

Status : Missing
Constructor Summary
Microsoft.JScript.JSAuthor()Missing
Method Summary
Microsoft.JScript.IParseText GetCodeSense()Missing
Microsoft.JScript.IColorizeText GetColorizer()Missing

 
  
 
 
 

Microsoft.JScript.JSConstructor

Status : Missing
Method Summary
System.Object[] GetCustomAttributes(System.Type t, System.Boolean inherit)Missing
System.Object[] GetCustomAttributes(System.Boolean inherit)Missing
System.Reflection.MethodImplAttributes GetMethodImplementationFlags()Missing
System.Reflection.ParameterInfo[] GetParameters()Missing
System.Object Invoke(System.Reflection.BindingFlags options, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)Missing
System.Object Invoke(System.Object obj, System.Reflection.BindingFlags options, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)Missing
System.Boolean IsDefined(System.Type type, System.Boolean inherit)Missing
Property Summary
System.Reflection.MethodAttributes Attributes Missing
System.Type DeclaringType Missing
System.Reflection.MemberTypes MemberType Missing
System.RuntimeMethodHandle MethodHandle Missing
System.String Name Missing
System.Type ReflectedType Missing

 
  
 
 
 

Microsoft.JScript.JSError

Status : ComVisibleAttribute(true) is Missing

 
  
 
 
 

Microsoft.JScript.JSFieldInfo

Status : Missing
Method Summary
System.Object[] GetCustomAttributes(System.Type t, System.Boolean inherit)Missing
System.Object[] GetCustomAttributes(System.Boolean inherit)Missing
System.Object GetValue(System.Object obj)Missing
System.Boolean IsDefined(System.Type type, System.Boolean inherit)Missing
System.Void SetValue(System.Object obj, System.Object value)Missing
System.Void SetValue(System.Object obj, System.Object value, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Globalization.CultureInfo culture)Missing
Property Summary
System.Reflection.FieldAttributes Attributes Missing
System.Type DeclaringType Missing
System.RuntimeFieldHandle FieldHandle Missing
System.Type FieldType Missing
System.Reflection.MemberTypes MemberType Missing
System.String Name Missing
System.Type ReflectedType Missing

 
  
 
 
 

Microsoft.JScript.JSFunctionAttributeEnum

Status : ComVisibleAttribute(true) is Missing
Field Summary
Microsoft.JScript.JSFunctionAttributeEnum IsInstanceNestedClassConstructor Missing

 
  
 
 
 

Microsoft.JScript.JSLocalField

Status : Missing
Constructor Summary
Microsoft.JScript.JSLocalField(System.String name, System.RuntimeTypeHandle handle, System.Int32 slotNumber)Missing
Method Summary
System.Object GetValue(System.Object obj)Missing
System.Void SetValue(System.Object obj, System.Object value, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Globalization.CultureInfo locale)Missing
Property Summary
System.Type FieldType Missing

 
  
 
 
 

Microsoft.JScript.JSMethod

Status : Missing
Method Summary
System.Reflection.MethodInfo GetBaseDefinition()Missing
System.Object[] GetCustomAttributes(System.Type t, System.Boolean inherit)Missing
System.Object[] GetCustomAttributes(System.Boolean inherit)Missing
System.Reflection.MethodImplAttributes GetMethodImplementationFlags()Missing
System.Object Invoke(System.Object obj, System.Reflection.BindingFlags options, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)Missing
System.Boolean IsDefined(System.Type type, System.Boolean inherit)Missing
Property Summary
System.Reflection.MemberTypes MemberType Missing
System.RuntimeMethodHandle MethodHandle Missing
System.Type ReflectedType Missing
System.Reflection.ICustomAttributeProvider ReturnTypeCustomAttributes Missing

 
  
 
 
 

Microsoft.JScript.JSMethodInfo

Status : Missing
Method Summary
System.Reflection.MethodInfo GetBaseDefinition()Missing
System.Object[] GetCustomAttributes(System.Boolean inherit)Missing
System.Object[] GetCustomAttributes(System.Type type, System.Boolean inherit)Missing
System.Reflection.MethodImplAttributes GetMethodImplementationFlags()Missing
System.Reflection.ParameterInfo[] GetParameters()Missing
System.Object Invoke(System.Object obj, System.Reflection.BindingFlags options, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)Missing
System.Boolean IsDefined(System.Type type, System.Boolean inherit)Missing
System.String ToString()Missing
Property Summary
System.Reflection.MethodAttributes Attributes Missing
System.Type DeclaringType Missing
System.Reflection.MemberTypes MemberType Missing
System.RuntimeMethodHandle MethodHandle Missing
System.String Name Missing
System.Type ReflectedType Missing
System.Type ReturnType Missing
System.Reflection.ICustomAttributeProvider ReturnTypeCustomAttributes Missing

 
  
 
 
 

Microsoft.JScript.JSObject

Status :
Field Summary
System.Collections.ArrayList field_table Missing

 
  
 
 
 

Microsoft.JScript.JScriptCodeProvider

Status : should have attributes `public auto sealed ansi ', but has `public auto ansi ' instead

 
  
 
 
 

Microsoft.JScript.JScriptException

Status : should implement Microsoft.JScript.IVsaFullErrorInfo, but does not
Constructor Summary
Microsoft.JScript.JScriptException(Microsoft.JScript.JSError errorNumber)should have attributes `public specialname ', but has `assembly specialname ' instead
Property Summary
System.String Description should have attributes `public hidebysig specialname ', but has `public final virtual hidebysig specialname ' instead
System.Int32 EndLine should have attributes `public final virtual hidebysig specialname ', but has `public hidebysig specialname ' instead
System.Int32 Number should have attributes `public hidebysig specialname ', but has `public final virtual hidebysig specialname ' instead

 
  
 
 
 

Microsoft.JScript.LateBinding

Status :
Method Summary
System.Object Call(System.Object[] arguments, System.Boolean construct, System.Boolean brackets, Microsoft.JScript.Vsa.VsaEngine engine)DebuggerStepThroughAttribute is Missing
static System.Object CallValue(System.Object thisob, System.Object val, System.Object[] arguments, System.Boolean construct, System.Boolean brackets, Microsoft.JScript.Vsa.VsaEngine engine)DebuggerStepThroughAttribute is Missing
static System.Object CallValue2(System.Object val, System.Object thisob, System.Object[] arguments, System.Boolean construct, System.Boolean brackets, Microsoft.JScript.Vsa.VsaEngine engine)DebuggerStepThroughAttribute is Missing
System.Object GetNonMissingValue()DebuggerStepThroughAttribute is Missing
System.Object GetValue2()DebuggerHiddenAttribute is Missing
static System.Void SetIndexedPropertyValueStatic(System.Object obj, System.Object[] arguments, System.Object value)DebuggerStepThroughAttribute is Missing
System.Void SetValue(System.Object value)DebuggerHiddenAttribute is Missing

 
  
 
 
 

Microsoft.JScript.LenientArrayPrototype

Status : should have attributes `public auto sealed ansi ', but has `public auto ansi ' instead

 
  
 
 
 

Microsoft.JScript.LenientBooleanPrototype

Status : Missing
Field Summary
System.Object constructor Missing
System.Object toString Missing
System.Object valueOf Missing

 
  
 
 
 

Microsoft.JScript.LenientDateConstructor

Status : Missing
Field Summary
System.Object UTC Missing
System.Object parse Missing

 
  
 
 
 

Microsoft.JScript.LenientDatePrototype

Status : Missing
Field Summary
System.Object constructor Missing
System.Object getDate Missing
System.Object getDay Missing
System.Object getFullYear Missing
System.Object getHours Missing
System.Object getMilliseconds Missing
System.Object getMinutes Missing
System.Object getMonth Missing
System.Object getSeconds Missing
System.Object getTime Missing
System.Object getTimezoneOffset Missing
System.Object getUTCDate Missing
System.Object getUTCDay Missing
System.Object getUTCFullYear Missing
System.Object getUTCHours Missing
System.Object getUTCMilliseconds Missing
System.Object getUTCMinutes Missing
System.Object getUTCMonth Missing
System.Object getUTCSeconds Missing
System.Object getVarDate Missing
System.Object getYear Missing
System.Object setDate Missing
System.Object setFullYear Missing
System.Object setHours Missing
System.Object setMilliseconds Missing
System.Object setMinutes Missing
System.Object setMonth Missing
System.Object setSeconds Missing
System.Object setTime Missing
System.Object setUTCDate Missing
System.Object setUTCFullYear Missing
System.Object setUTCHours Missing
System.Object setUTCMilliseconds Missing
System.Object setUTCMinutes Missing
System.Object setUTCMonth Missing
System.Object setUTCSeconds Missing
System.Object setYear Missing
System.Object toDateString Missing
System.Object toGMTString Missing
System.Object toLocaleDateString Missing
System.Object toLocaleString Missing
System.Object toLocaleTimeString Missing
System.Object toString Missing
System.Object toTimeString Missing
System.Object toUTCString Missing
System.Object valueOf Missing

 
  
 
 
 

Microsoft.JScript.LenientEnumeratorPrototype

Status : Missing
Field Summary
System.Object atEnd Missing
System.Object constructor Missing
System.Object item Missing
System.Object moveFirst Missing
System.Object moveNext Missing

 
  
 
 
 

Microsoft.JScript.LenientErrorPrototype

Status : Missing
Field Summary
System.Object constructor Missing
System.Object name Missing
System.Object toString Missing

 
  
 
 
 

Microsoft.JScript.LenientFunctionPrototype

Status : should have attributes `public auto sealed ansi ', but has `public auto ansi ' instead

 
  
 
 
 

Microsoft.JScript.LenientGlobalObject

Status :
Property Summary
System.Object ActiveXObject Missing
System.Object Boolean Missing
System.Object Date Missing
System.Object Enumerator Missing
System.Object Error Missing
System.Object EvalError Missing
System.Object RangeError Missing
System.Object ReferenceError Missing
System.Object RegExp Missing
System.Object SyntaxError Missing
System.Object TypeError Missing
System.Object URIError Missing
System.Object VBArray Missing

 
  
 
 
 

Microsoft.JScript.LenientMathObject

Status :
Field Summary
System.Double E Missing
System.Double LN10 Missing
System.Double LN2 Missing
System.Double LOG10E Missing
System.Double LOG2E Missing
System.Double PI Missing
System.Double SQRT1_2 Missing
System.Double SQRT2 Missing

 
  
 
 
 

Microsoft.JScript.LenientNumberPrototype

Status : should have attributes `public auto sealed ansi ', but has `public auto ansi ' instead
Field Summary
System.Object toExponential Missing
System.Object toFixed Missing
System.Object toLocaleString Missing
System.Object toPrecision Missing
System.Object toString Missing

 
  
 
 
 

Microsoft.JScript.LenientRegExpPrototype

Status : Missing
Field Summary
System.Object compile Missing
System.Object constructor Missing
System.Object exec Missing
System.Object test Missing
System.Object toString Missing

 
  
 
 
 

Microsoft.JScript.LenientStringConstructor

Status : Missing
Field Summary
System.Object fromCharCode Missing

 
  
 
 
 

Microsoft.JScript.LenientStringPrototype

Status : should have attributes `public auto sealed ansi ', but has `public auto ansi ' instead
Field Summary
System.Object indexOf Missing
System.Object italics Missing
System.Object lastIndexOf Missing
System.Object link Missing
System.Object localeCompare Missing
System.Object match Missing
System.Object replace Missing
System.Object search Missing
System.Object slice Missing
System.Object small Missing
System.Object split Missing
System.Object strike Missing
System.Object sub Missing
System.Object substr Missing
System.Object substring Missing
System.Object sup Missing
System.Object toLocaleLowerCase Missing
System.Object toLocaleUpperCase Missing
System.Object toLowerCase Missing
System.Object toString Missing
System.Object toUpperCase Missing
System.Object valueOf Missing

 
  
 
 
 

Microsoft.JScript.LenientVBArrayPrototype

Status : Missing
Field Summary
System.Object constructor Missing
System.Object dimensions Missing
System.Object getItem Missing
System.Object lbound Missing
System.Object toArray Missing
System.Object ubound Missing

 
  
 
 
 

Microsoft.JScript.MathObject

Status :
Method Summary
static System.Double max(System.Object x, System.Object y, System.Object[] args)Missing
static System.Double min(System.Object x, System.Object y, System.Object[] args)Missing
static System.Double random()JSFunctionAttribute(0, 100) is Missing

 
  
 
 
 

Microsoft.JScript.MemberInfoInitializer

Status : Missing
Method Summary
Microsoft.JScript.COMMemberInfo GetCOMMemberInfo()Missing
System.Void Initialize(System.String name, Microsoft.JScript.COMMemberInfo dispatch)Missing

 
  
 
 
 

Microsoft.JScript.MemberInfoList

Status : DefaultMemberAttribute("Item") is Missing

 
  
 
 
 

Microsoft.JScript.MethodInvoker

Status :
Method Summary
System.Object Invoke(System.Object thisob, System.Object[] parameters)DebuggerHiddenAttribute is Missing

 
  
 
 
 

Microsoft.JScript.NumberConstructor

Status : should have attributes `public auto ansi ', but has `public auto sealed ansi ' instead
Field Summary
System.Double MAX_VALUE should have attributes `public static literal ', but has `public ' instead
System.Double MIN_VALUE should have attributes `public static literal ', but has `public ' instead
System.Double NEGATIVE_INFINITY should have attributes `public static literal ', but has `public ' instead
System.Double NaN should have attributes `public static literal ', but has `public ' instead
System.Double POSITIVE_INFINITY should have attributes `public static literal ', but has `public ' instead

 
  
 
 
 

Microsoft.JScript.NumberObject

Status :
Constructor Summary
Microsoft.JScript.NumberObject(Microsoft.JScript.ScriptObject parent, System.Object value)should have attributes `family specialname ', but has `assembly specialname ' instead

 
  
 
 
 

Microsoft.JScript.NumberPrototype

Status :
Method Summary
static System.String toExponential(System.Object thisob, System.Object fractionDigits)Missing
static System.String toFixed(System.Object thisob, System.Double fractionDigits)Missing
static System.String toLocaleString(System.Object thisob)Missing
static System.String toPrecision(System.Object thisob, System.Object precision)Missing
static System.String toString(System.Object thisob, System.Object radix)Missing

 
  
 
 
 

Microsoft.JScript.NumericBinary

Status :
Method Summary
System.Object EvaluateNumericBinary(System.Object v1, System.Object v2)DebuggerStepThroughAttribute is Missing

 
  
 
 
 

Microsoft.JScript.NumericUnary

Status :
Method Summary
System.Object EvaluateUnary(System.Object v)DebuggerStepThroughAttribute is Missing

 
  
 
 
 

Microsoft.JScript.Plus

Status :
Method Summary
System.Object EvaluatePlus(System.Object v1, System.Object v2)DebuggerStepThroughAttribute is Missing

 
  
 
 
 

Microsoft.JScript.PostOrPrefixOperator

Status :
Method Summary
System.Object EvaluatePostOrPrefix(System.Object& v)DebuggerHiddenAttribute is Missing

 
  
 
 
 

Microsoft.JScript.RangeErrorObject

Status : Missing

 
  
 
 
 

Microsoft.JScript.ReferenceErrorObject

Status : Missing

 
  
 
 
 

Microsoft.JScript.RegExpConstructor

Status : Missing
Method Summary
System.Object Construct(System.String pattern, System.Boolean ignoreCase, System.Boolean global, System.Boolean multiline)Missing
Microsoft.JScript.RegExpObject CreateInstance(System.Object[] args)Missing
Microsoft.JScript.RegExpObject Invoke(System.Object[] args)Missing
Property Summary
System.Object index Missing
System.Object input Missing
System.Object lastIndex Missing
System.Object lastMatch Missing
System.Object lastParen Missing
System.Object leftContext Missing
System.Object rightContext Missing

 
  
 
 
 

Microsoft.JScript.RegExpMatch

Status : Missing

 
  
 
 
 

Microsoft.JScript.RegExpObject

Status : Missing
Method Summary
System.String ToString()Missing
Property Summary
System.Boolean global Missing
System.Boolean ignoreCase Missing
System.Object lastIndex Missing
System.Boolean multiline Missing
System.String source Missing

 
  
 
 
 

Microsoft.JScript.RegExpPrototype

Status : Missing
Method Summary
static Microsoft.JScript.RegExpObject compile(System.Object thisob, System.Object source, System.Object flags)Missing
static System.Object exec(System.Object thisob, System.Object input)Missing
static System.Boolean test(System.Object thisob, System.Object input)Missing
static System.String toString(System.Object thisob)Missing
Property Summary
Microsoft.JScript.RegExpConstructor constructor Missing

 
  
 
 
 

Microsoft.JScript.Relational

Status :
Method Summary
System.Double EvaluateRelational(System.Object v1, System.Object v2)DebuggerHiddenAttribute is Missing

 
  
 
 
 

Microsoft.JScript.ScriptBlock

Status : should have attributes `public auto ansi ', but has `public auto sealed ansi ' instead

 
  
 
 
 

Microsoft.JScript.ScriptFunction

Status :
Method Summary
System.Object CreateInstance(System.Object[] args)DebuggerHiddenAttribute is Missing
System.Object Invoke(System.Object thisob, System.Object[] args)DebuggerStepThroughAttribute is Missing
System.Object InvokeMember(System.String name, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object target, System.Object[] args, System.Reflection.ParameterModifier[] modifiers, System.Globalization.CultureInfo culture, System.String[] namedParameters)DebuggerStepThroughAttribute is Missing
Field Summary
System.Int32 ilength Missing

 
  
 
 
 

Microsoft.JScript.ScriptObject

Status :
Method Summary
System.Object InvokeMember(System.String name, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object target, System.Object[] args, System.Reflection.ParameterModifier[] modifiers, System.Globalization.CultureInfo locale, System.String[] namedParameters)DebuggerHiddenAttribute is Missing

 
  
 
 
 

Microsoft.JScript.ScriptStream

Status : Missing
Constructor Summary
Microsoft.JScript.ScriptStream()Missing
Method Summary
static System.Void PrintStackTrace()Missing
static System.Void PrintStackTrace(System.Exception e)Missing
static System.Void Write(System.String str)Missing
static System.Void WriteLine(System.String str)Missing
Field Summary
System.IO.TextWriter Error Missing
System.IO.TextWriter Out Missing

 
  
 
 
 

Microsoft.JScript.SourceState

Status : Missing
Field Summary
Microsoft.JScript.SourceState STATE_COLOR_COMMENT Missing
Microsoft.JScript.SourceState STATE_COLOR_NORMAL Missing
Microsoft.JScript.SourceState STATE_COLOR_STRING Missing
System.Int32 value__ Missing

 
  
 
 
 

Microsoft.JScript.StackFrame

Status : Missing
Method Summary
System.Object GetDefaultThisObject()Missing
System.Reflection.FieldInfo GetField(System.String name, System.Int32 lexLevel)Missing
Microsoft.JScript.GlobalScope GetGlobalScope()Missing
System.Reflection.MemberInfo[] GetMember(System.String name, System.Reflection.BindingFlags bindingAttr)Missing
System.Object GetMemberValue(System.String name, System.Int32 lexlevel)Missing
System.Reflection.MemberInfo[] GetMembers(System.Reflection.BindingFlags bindingAttr)Missing
static System.Void PushStackFrameForMethod(System.Object thisob, Microsoft.JScript.JSLocalField[] fields, Microsoft.JScript.Vsa.VsaEngine engine)Missing
static System.Void PushStackFrameForStaticMethod(System.RuntimeTypeHandle thisclass, Microsoft.JScript.JSLocalField[] fields, Microsoft.JScript.Vsa.VsaEngine engine)Missing
Field Summary
System.Object closureInstance Missing
System.Object[] localVars Missing

 
  
 
 
 

Microsoft.JScript.StrictEquality

Status : should have attributes `public auto ansi ', but has `public auto sealed ansi ' instead

 
  
 
 
 

Microsoft.JScript.StringConstructor

Status : should have attributes `public auto ansi ', but has `public auto sealed ansi ' instead

 
  
 
 
 

Microsoft.JScript.StringObject

Status :
Constructor Summary
Microsoft.JScript.StringObject(Microsoft.JScript.ScriptObject prototype, System.String value)should have attributes `family specialname ', but has `assembly specialname ' instead

 
  
 
 
 

Microsoft.JScript.StringPrototype

Status :
Method Summary
static System.Int32 indexOf(System.Object thisob, System.Object searchString, System.Double position)Missing
static System.String italics(System.Object thisob)Missing
static System.Int32 lastIndexOf(System.Object thisob, System.Object searchString, System.Double position)Missing
static System.String link(System.Object thisob, System.Object linkRef)Missing
static System.Int32 localeCompare(System.Object thisob, System.Object thatob)Missing
static System.Object match(System.Object thisob, Microsoft.JScript.Vsa.VsaEngine engine, System.Object regExp)Missing
static System.String replace(System.Object thisob, System.Object regExp, System.Object replacement)Missing
static System.Int32 search(System.Object thisob, Microsoft.JScript.Vsa.VsaEngine engine, System.Object regExp)Missing
static System.String slice(System.Object thisob, System.Double start, System.Object end)Missing
static System.String small(System.Object thisob)Missing
static Microsoft.JScript.ArrayObject split(System.Object thisob, Microsoft.JScript.Vsa.VsaEngine engine, System.Object separator, System.Object limit)Missing
static System.String strike(System.Object thisob)Missing
static System.String sub(System.Object thisob)Missing
static System.String substr(System.Object thisob, System.Double start, System.Object count)Missing
static System.String substring(System.Object thisob, System.Double start, System.Object end)Missing
static System.String sup(System.Object thisob)Missing
static System.String toLocaleLowerCase(System.Object thisob)Missing
static System.String toLocaleUpperCase(System.Object thisob)Missing
static System.String toLowerCase(System.Object thisob)Missing
static System.String toString(System.Object thisob)Missing
static System.String toUpperCase(System.Object thisob)Missing
static System.Object valueOf(System.Object thisob)Missing

 
  
 
 
 

Microsoft.JScript.SuperTypeMembersSorter

Status : Missing

 
  
 
 
 

Microsoft.JScript.SyntaxErrorObject

Status : Missing

 
  
 
 
 

Microsoft.JScript.TokenColor

Status : Missing
Field Summary
Microsoft.JScript.TokenColor COLOR_COMMENT Missing
Microsoft.JScript.TokenColor COLOR_CONDITIONAL_COMP Missing
Microsoft.JScript.TokenColor COLOR_IDENTIFIER Missing
Microsoft.JScript.TokenColor COLOR_KEYWORD Missing
Microsoft.JScript.TokenColor COLOR_NUMBER Missing
Microsoft.JScript.TokenColor COLOR_OPERATOR Missing
Microsoft.JScript.TokenColor COLOR_STRING Missing
Microsoft.JScript.TokenColor COLOR_TEXT Missing
System.Int32 value__ Missing

 
  
 
 
 

Microsoft.JScript.TypeErrorObject

Status : Missing

 
  
 
 
 

Microsoft.JScript.TypeReflector

Status : Missing
Method Summary
System.Reflection.MemberInfo[] GetMember(System.String name, System.Reflection.BindingFlags bindingAttr)Missing
System.Reflection.MemberInfo[] GetMembers(System.Reflection.BindingFlags bindingAttr)Missing

 
  
 
 
 

Microsoft.JScript.TypedArray

Status : Missing
Constructor Summary
Microsoft.JScript.TypedArray(System.Reflection.IReflect elementType, System.Int32 rank)Missing
Method Summary
System.Boolean Equals(System.Object obj)Missing
System.Reflection.FieldInfo GetField(System.String name, System.Reflection.BindingFlags bindingAttr)Missing
System.Reflection.FieldInfo[] GetFields(System.Reflection.BindingFlags bindingAttr)Missing
System.Int32 GetHashCode()Missing
System.Reflection.MemberInfo[] GetMember(System.String name, System.Reflection.BindingFlags bindingAttr)Missing
System.Reflection.MemberInfo[] GetMembers(System.Reflection.BindingFlags bindingAttr)Missing
System.Reflection.MethodInfo GetMethod(System.String name, System.Reflection.BindingFlags bindingAttr)Missing
System.Reflection.MethodInfo GetMethod(System.String name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Type[] types, System.Reflection.ParameterModifier[] modifiers)Missing
System.Reflection.MethodInfo[] GetMethods(System.Reflection.BindingFlags bindingAttr)Missing
System.Reflection.PropertyInfo[] GetProperties(System.Reflection.BindingFlags bindingAttr)Missing
System.Reflection.PropertyInfo GetProperty(System.String name, System.Reflection.BindingFlags bindingAttr)Missing
System.Reflection.PropertyInfo GetProperty(System.String name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Type returnType, System.Type[] types, System.Reflection.ParameterModifier[] modifiers)Missing
System.Object InvokeMember(System.String name, System.Reflection.BindingFlags flags, System.Reflection.Binder binder, System.Object target, System.Object[] args, System.Reflection.ParameterModifier[] modifiers, System.Globalization.CultureInfo locale, System.String[] namedParameters)Missing
System.String ToString()Missing
Property Summary
System.Type UnderlyingSystemType Missing

 
  
 
 
 

Microsoft.JScript.URIErrorObject

Status : Missing

 
  
 
 
 

Microsoft.JScript.UnaryOp

Status :
Field Summary
Microsoft.JScript.AST operand Missing

 
  
 
 
 

Microsoft.JScript.VBArrayConstructor

Status : Missing
Method Summary
System.Object CreateInstance(System.Object[] args)Missing

 
  
 
 
 

Microsoft.JScript.VBArrayObject

Status : Missing
Constructor Summary
Microsoft.JScript.VBArrayObject(Microsoft.JScript.VBArrayPrototype parent, System.Array array)Missing

 
  
 
 
 

Microsoft.JScript.VBArrayPrototype

Status : Missing
Method Summary
static System.Int32 dimensions(System.Object thisob)Missing
static System.Object getItem(System.Object thisob, System.Object[] args)Missing
static System.Int32 lbound(System.Object thisob, System.Object dimension)Missing
static Microsoft.JScript.ArrayObject toArray(System.Object thisob, Microsoft.JScript.Vsa.VsaEngine engine)Missing
static System.Int32 ubound(System.Object thisob, System.Object dimension)Missing
Property Summary
Microsoft.JScript.VBArrayConstructor constructor Missing

 
  
 
 
 

Microsoft.JScript.VSAITEMTYPE2

Status : Missing
Field Summary
Microsoft.JScript.VSAITEMTYPE2 EXPRESSION Missing
Microsoft.JScript.VSAITEMTYPE2 HOSTOBJECT Missing
Microsoft.JScript.VSAITEMTYPE2 HOSTSCOPE Missing
Microsoft.JScript.VSAITEMTYPE2 HOSTSCOPEANDOBJECT Missing
Microsoft.JScript.VSAITEMTYPE2 SCRIPTBLOCK Missing
Microsoft.JScript.VSAITEMTYPE2 SCRIPTSCOPE Missing
Microsoft.JScript.VSAITEMTYPE2 STATEMENT Missing
System.Int32 value__ Missing

 
  
 
 
 

Microsoft.JScript.VsaItems

Status : should have attributes `public auto sealed ansi ', but has `public auto ansi ' instead
Method Summary
System.Void Close()should have attributes `public hidebysig ', but has `public virtual hidebysig ' instead
Microsoft.Vsa.IVsaItem CreateItem(System.String name, Microsoft.Vsa.VsaItemType itemType, Microsoft.Vsa.VsaItemFlag itemFlag)should have attributes `public final virtual hidebysig ', but has `public virtual hidebysig ' instead
System.Collections.IEnumerator GetEnumerator()should have attributes `public final virtual hidebysig ', but has `public virtual hidebysig ' instead
System.Void Remove(System.String itemName)should have attributes `public final virtual hidebysig ', but has `public virtual hidebysig ' instead
System.Void Remove(System.Int32 itemIndex)should have attributes `public final virtual hidebysig ', but has `public virtual hidebysig ' instead
Property Summary
System.Int32 Count should have attributes `public final virtual hidebysig specialname ', but has `public virtual hidebysig specialname ' instead

 
 


 
 

This document is licensed under the GNU FDL.
Last Updated on 5-11-2007

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

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