SpriteEditor.FileAssociationHelper.FileAssociationHelper C# (CSharp) Method

FileAssociationHelper() public method

Until the Exception property is set, the IsEditor, IsOpener, CurrentEditor, and CurrentOpener properties will be initialized to default values.
public FileAssociationHelper ( ) : System
return System
        public FileAssociationHelper()
        {
            _assemblyCommand = GetAssemblyCommand();
        }
        #endregion

Same methods

FileAssociationHelper::FileAssociationHelper ( string extension ) : System