GSF.IO.FileStructure.Media.MemoryPoolFile.ChangeExtension C# (CSharp) Method

ChangeExtension() public method

Changes the extension of the current file.
public ChangeExtension ( string extension, bool isReadOnly, bool isSharingEnabled ) : void
extension string the new extension
isReadOnly bool If the file should be reopened as readonly
isSharingEnabled bool If the file should share read privileges.
return void
        public void ChangeExtension(string extension, bool isReadOnly, bool isSharingEnabled)
        {
            m_isReadOnly = isReadOnly;
        }