System.Net.ComImports.ActiveScriptParseWrapper.ActiveScriptParseWrapper C# (CSharp) Метод

ActiveScriptParseWrapper() приватный Метод

private ActiveScriptParseWrapper ( object comObject ) : System.Runtime.InteropServices
comObject object
Результат System.Runtime.InteropServices
        internal ActiveScriptParseWrapper(object comObject)
        {
            if (IntPtr.Size == 4)
            {
                asp32 = (IActiveScriptParse32) comObject;
            }
            else
            {
                asp64 = (IActiveScriptParse64) comObject;
            }
        }