System.Net.ComImports.ActiveScriptParseWrapper.ActiveScriptParseWrapper C# (CSharp) Méthode

ActiveScriptParseWrapper() private méthode

private ActiveScriptParseWrapper ( object comObject ) : System.Runtime.InteropServices
comObject object
Résultat System.Runtime.InteropServices
        internal ActiveScriptParseWrapper(object comObject)
        {
            if (IntPtr.Size == 4)
            {
                asp32 = (IActiveScriptParse32) comObject;
            }
            else
            {
                asp64 = (IActiveScriptParse64) comObject;
            }
        }