⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 microsoft.visualbasic.cs

📁 研讀原始碼的好工具
💻 CS
📖 第 1 页 / 共 5 页
字号:

    }

class Microsoft.VisualBasic.CompilerServices.vbErrors : System.Enum
    {
     I4 value__;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors None;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors ReturnWOGoSub;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors IllegalFuncCall;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors Overflow;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors OutOfMemory;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors OutOfBounds;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors ArrayLocked;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors DivByZero;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors TypeMismatch;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors OutOfStrSpace;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors ExprTooComplex;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors CantContinue;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors UserInterrupt;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors ResumeWOErr;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors OutOfStack;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors UNDONE;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors UndefinedProc;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors TooManyClients;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors DLLLoadErr;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors DLLBadCallingConv;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors InternalError;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors BadFileNameOrNumber;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors FileNotFound;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors BadFileMode;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors FileAlreadyOpen;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors IOError;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors FileAlreadyExists;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors BadRecordLen;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors DiskFull;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors EndOfFile;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors BadRecordNum;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors TooManyFiles;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors DevUnavailable;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors PermissionDenied;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors DiskNotReady;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors DifferentDrive;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors PathFileAccess;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors PathNotFound;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors ObjNotSet;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors IllegalFor;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors BadPatStr;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors CantUseNull;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors UserDefined;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors AdviseLimit;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors BadCallToFriendFunction;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors CantPassPrivateObject;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors DLLCallException;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors DoesntImplementICollection;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors Abort;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors InvalidFileFormat;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors CantCreateTmpFile;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors InvalidResourceFormat;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors InvalidPropertyValue;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors InvalidPropertyArrayIndex;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors SetNotSupportedAtRuntime;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors SetNotSupported;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors NeedPropertyArrayIndex;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors SetNotPermitted;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors GetNotSupportedAtRuntime;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors GetNotSupported;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors PropertyNotFound;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors NoSuchControlOrProperty;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors NotObject;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors CantCreateObject;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors OLENotSupported;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors OLEFileNotFound;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors OLENoPropOrMethod;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors OLEAutomationError;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors LostTLB;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors OLENoDefault;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors ActionNotSupported;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors NamedArgsNotSupported;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors LocaleSettingNotSupported;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors NamedParamNotFound;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors ParameterNotOptional;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors FuncArityMismatch;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors NotEnum;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors InvalidOrdinal;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors InvalidDllFunctionName;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors CodeResourceNotFound;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors CodeResourceLockError;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors DuplicateKey;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors InvalidTypeLibVariable;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors ObjDoesNotSupportEvents;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors InvalidClipboardFormat;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors IdentNotMember;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors ServerNotFound;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors ObjNotRegistered;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors InvalidPicture;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors PrinterError;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors CantSaveFileToTemp;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors SearchTextNotFound;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors ReplacementsTooLong;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors NotYetImplemented;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors FileNotFoundWithName;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors CantFindDllEntryPoint;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors SeekErr;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors ReadFault;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors WriteFault;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors BadFunctionId;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors FileLockViolation;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors ShareRequired;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors BufferTooSmall;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors InvDataRead;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors UnsupFormat;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors RegistryAccess;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors LibNotRegistered;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors Usage;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors UndefinedType;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors QualifiedNameDisallowed;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors InvalidState;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors WrongTypeKind;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors ElementNotFound;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors AmbiguousName;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors ModNameConflict;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors UnknownLcid;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors BadModuleKind;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors NoContainingLib;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors BadTypeId;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors BadLibId;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors Eof;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors SizeTooBig;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors ExpectedFuncNotModule;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors ExpectedFuncNotRecord;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors ExpectedFuncNotProject;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors ExpectedFuncNotVar;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors ExpectedTypeNotProj;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors UnsuitableFuncPropMatch;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors BrokenLibRef;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors UnsupportedTypeLibFeature;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors ModuleAsType;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors InvalidTypeInfoKind;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors InvalidTypeLibFunction;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors OperationNotAllowedInDll;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors CompileError;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors CantEvalWatch;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors MissingVbaTypeLib;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors UserReset;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors MissingEndBrack;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors IncorrectTypeChar;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors InvalidNumLit;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors IllegalChar;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors IdTooLong;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors StatementTooComplex;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors ExpectedTokens;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors InconsistentPropFuncs;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors CircularType;
     ValueClass Microsoft.VisualBasic.CompilerServices.vbErrors LastTrappable;



    }

class Microsoft.VisualBasic.CompilerServices.ExceptionUtils : System.Object
    {
     I4 E_NOTIMPL;
     I4 E_NOINTERFACE;
     I4 E_ABORT;
     I4 DISP_E_UNKNOWNINTERFACE;
     I4 DISP_E_MEMBERNOTFOUND;
     I4 DISP_E_PARAMNOTFOUND;
     I4 DISP_E_TYPEMISMATCH;
     I4 DISP_E_UNKNOWNNAME;
     I4 DISP_E_NONAMEDARGS;
     I4 DISP_E_BADVARTYPE;
     I4 DISP_E_OVERFLOW;
     I4 DISP_E_BADINDEX;
     I4 DISP_E_UNKNOWNLCID;
     I4 DISP_E_ARRAYISLOCKED;
     I4 DISP_E_BADPARAMCOUNT;
     I4 DISP_E_PARAMNOTOPTIONAL;
     I4 DISP_E_NOTACOLLECTION;
     I4 DISP_E_DIVBYZERO;
     I4 TYPE_E_BUFFERTOOSMALL;
     I4 TYPE_E_INVDATAREAD;
     I4 TYPE_E_UNSUPFORMAT;
     I4 TYPE_E_REGISTRYACCESS;
     I4 TYPE_E_LIBNOTREGISTERED;
     I4 TYPE_E_UNDEFINEDTYPE;
     I4 TYPE_E_QUALIFIEDNAMEDISALLOWED;
     I4 TYPE_E_INVALIDSTATE;
     I4 TYPE_E_WRONGTYPEKIND;
     I4 TYPE_E_ELEMENTNOTFOUND;
     I4 TYPE_E_AMBIGUOUSNAME;
     I4 TYPE_E_NAMECONFLICT;
     I4 TYPE_E_UNKNOWNLCID;
     I4 TYPE_E_DLLFUNCTIONNOTFOUND;
     I4 TYPE_E_BADMODULEKIND;
     I4 TYPE_E_SIZETOOBIG;
     I4 TYPE_E_TYPEMISMATCH;
     I4 TYPE_E_OUTOFBOUNDS;
     I4 TYPE_E_IOERROR;
     I4 TYPE_E_CANTCREATETMPFILE;
     I4 TYPE_E_CANTLOADLIBRARY;
     I4 TYPE_E_INCONSISTENTPROPFUNCS;
     I4 TYPE_E_CIRCULARTYPE;
     I4 STG_E_INVALIDFUNCTION;
     I4 STG_E_FILENOTFOUND;
     I4 STG_E_PATHNOTFOUND;
     I4 STG_E_TOOMANYOPENFILES;
     I4 STG_E_ACCESSDENIED;
     I4 STG_E_INVALIDHANDLE;
     I4 STG_E_INSUFFICIENTMEMORY;
     I4 STG_E_NOMOREFILES;
     I4 STG_E_DISKISWRITEPROTECTED;
     I4 STG_E_SEEKERROR;
     I4 STG_E_WRITEFAULT;
     I4 STG_E_READFAULT;
     I4 STG_E_SHAREVIOLATION;
     I4 STG_E_LOCKVIOLATION;
     I4 STG_E_FILEALREADYEXISTS;
     I4 STG_E_MEDIUMFULL;
     I4 STG_E_INVALIDHEADER;
     I4 STG_E_INVALIDNAME;
     I4 STG_E_UNKNOWN;
     I4 STG_E_UNIMPLEMENTEDFUNCTION;
     I4 STG_E_INUSE;
     I4 STG_E_NOTCURRENT;
     I4 STG_E_REVERTED;
     I4 STG_E_CANTSAVE;
     I4 STG_E_OLDFORMAT;
     I4 STG_E_OLDDLL;
     I4 STG_E_SHAREREQUIRED;
     I4 STG_E_NOTFILEBASEDSTORAGE;
     I4 STG_E_EXTANTMARSHALLINGS;
     I4 CLASS_E_NOTLICENSED;
     I4 REGDB_E_CLASSNOTREG;
     I4 MK_E_UNAVAILABLE;
     I4 MK_E_INVALIDEXTENSION;
     I4 MK_E_CANTOPENFILE;
     I4 CO_E_CLASSSTRING;
     I4 CO_E_APPNOTFOUND;
     I4 CO_E_APPDIDNTREG;
     I4 E_ACCESSDENIED;
     I4 E_OUTOFMEMORY;
     I4 E_INVALIDARG;
     I4 CO_E_SERVER_EXEC_FAILURE;

     Void Microsoft.VisualBasic.CompilerServices.ExceptionUtils();
     Void ThrowException1( I4 hr,  String Parm1);
     Class System.Exception VbMakeException( I4 hr);
     Class System.Exception VbMakeException( Class System.Exception ex,  I4 hr);
     Class System.Exception VbMakeExceptionEx( I4 Number,  String sMsg);
     Class System.Exception BuildException( I4 Number,  String Description,  ByRef Boolean VBDefinedError);


    }

class Microsoft.VisualBasic.CompilerServices.VBBinder : System.Reflection.Binder
    {
     I4 PARAMARRAY_NONE;
     I4 ARG_MISSING;
     Class System.Type m_ObjectArray;
     Class System.Type m_VoidType;
     Class System.Exception m_Exception;
     String m_BindToName;
     Class System.Type m_objType;
     SZArray Boolean m_ByRefFlags;

     Class System.Exception get_ThrownException();
     Void set_InternalThrow( Class System.Exception Value);
     Void ThrowInvalidCast( Class System.Type ArgType,  Class System.Type ParmType,  I4 ParmIndex);
     Void Microsoft.VisualBasic.CompilerServices.VBBinder();
     Void Microsoft.VisualBasic.CompilerServices.VBBinder( SZArray Boolean CopyBack);
     Void ReorderArgumentArray( ByRef SZArray Object args,  Object objState);
     Class System.Reflection.MethodBase BindToMethod( ValueClass System.Reflection.BindingFlags bindingAttr,  SZArray Class System.Reflection.MethodBase match,  ByRef SZArray Object args,  SZArray ValueClass System.Reflection.ParameterModifier modifiers,  Class System.Globalization.CultureInfo culture,  SZArray String names,  ByRef Object ObjState);
     I4 GetPropArgCount( SZArray Object args,  Boolean IsPropertySet);
     I4 GetMostSpecific( Class System.Reflection.MethodBase match0,  Class System.Reflection.MethodBase ThisMethod,  SZArray I4 ArgIndexes,  SZArray Object ParamOrder,  Boolean IsPropertySet,  I4 ParamArrayIndex0,  I4 ParamArrayIndex1,  SZArray Object args);
     Boolean MatchesParamArraySignature( SZArray Class System.Reflection.ParameterInfo param0,  SZArray Class System.Reflection.ParameterInfo param1,  I4 ParamArrayIndex1,  Boolean IsPropertySet,  I4 ArgCountUpperBound);
     Boolean MethodsDifferOnlyByReturnType( Class System.Reflection.MethodBase match1,  Class System.Reflection.MethodBase match2);
     Class System.Reflection.FieldInfo BindToField( ValueClass System.Reflection.BindingFlags bindingAttr,  SZArray Class System.Reflection.FieldInfo match,  Object value,  Class System.Globalization.CultureInfo culture);
     Class System.Reflection.MethodBase SelectMethod( ValueClass System.Reflection.BindingFlags bindingAttr,  SZArray Class System.Reflection.MethodBase match,  SZArray Class System.Type types,  SZArray ValueClass System.Reflection.ParameterModifier modifiers);
     Class System.Reflection.PropertyInfo SelectProperty( ValueClass System.Reflection.BindingFlags bindingAttr,  SZArray Class System.Reflection.PropertyInfo match,  Class System.Type returnType,  SZArray Class System.Type indexes,  SZArray ValueClass System.Reflection.ParameterModifier modifiers);
     Object ChangeType( Object value,  Class System.Type typ,  Class System.Globalization.CultureInfo culture);
     ValueClass BindScore BindingScore( SZArray Class System.Reflection.ParameterInfo Parameters,  SZArray I4 paramOrder,  SZArray Class System.Type ArgTypes,  Boolean IsPropertySet,  I4 ParamArrayIndex);
     Void ReorderParams( SZArray I4 paramOrder,  SZArray Object vars,  Class VBBinderState state);
     Class System.Exception CreateParamOrder( Boolean SetProp,  SZArray I4 paramOrder,  SZArray Class System.Reflection.ParameterInfo pars,  SZArray Object args,  SZArray String names);
     Object InvokeMember( String name,  ValueClass System.Reflection.BindingFlags invokeAttr,  Class System.Type objType,  Object target,  SZArray Object args,  SZArray ValueClass System.Reflection.ParameterModifier modifiers,  Class System.Globalization.CultureInfo culture,  SZArray String namedParameters);
     String GetDefaultMemberName( Class System.Type typ);
     SZArray Class System.Reflection.MethodBase GetMembersByName( Class System.Type objType,  String name,  ValueClass System.Reflection.BindingFlags invokeAttr,  I4 argCnt,  ByRef Boolean ContainsFields);
     String CalledMethodName();
     Void SecurityCheckForLateboundCalls( Class System.Reflection.MemberInfo member);

    property ThrownException { get(){} set(){} };
    property InternalThrow { get(){} set(){} };

    }

class VBBinderState : System.Object
    {
     SZArray Object m_OriginalArgs;
     SZArray Boolean m_ByRefFlags;
     SZArray Boolean m_Origin

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -