Microsoft.R.Debugger.AD7Engine.IDebugSymbolSettings100 C# (CSharp) 메소드

IDebugSymbolSettings100() 개인적인 메소드

private IDebugSymbolSettings100 ( int bIsManual, int bLoadAdjacentSymbols, string bstrIncludeList, string bstrExcludeList ) : int
bIsManual int
bLoadAdjacentSymbols int
bstrIncludeList string
bstrExcludeList string
리턴 int
        int IDebugSymbolSettings100.SetSymbolLoadState(int bIsManual, int bLoadAdjacentSymbols, string bstrIncludeList, string bstrExcludeList) {
            ThrowIfDisposed();
            return VSConstants.S_OK;
        }