phdesign.NppToolBucket.PluginCore.Sci_TextRange._readNativeStruct C# (CSharp) 메소드

_readNativeStruct() 개인적인 메소드

private _readNativeStruct ( ) : void
리턴 void
        void _readNativeStruct()
        {
            if (_ptrSciTextRange != IntPtr.Zero)
                _sciTextRange = (_Sci_TextRange)Marshal.PtrToStructure(_ptrSciTextRange, typeof(_Sci_TextRange));
        }